From 0a608bd781dcda40144097b007fac0a0c60a8ee1 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 1 Aug 2023 15:31:42 +0200 Subject: Refactor(treewide): Move module configuration in separate files --- system/services/nix/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'system/services/nix') diff --git a/system/services/nix/default.nix b/system/services/nix/default.nix index 1477be1b..491b6a4d 100644 --- a/system/services/nix/default.nix +++ b/system/services/nix/default.nix @@ -1,12 +1,10 @@ { - config, - lib, pkgs, - nixpkgs-as-input, + nixpkgs_as_input, templates, ... }: let - nixpkgs = nixpkgs-as-input; + nixpkgs = nixpkgs_as_input; in { nix = { package = pkgs.nixStable; -- cgit 1.4.1