diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2016-12-11 16:24:37 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2016-12-11 16:25:28 +0100 |
| commit | 41d40d04172bca296374a39f040226e5a469f531 (patch) | |
| tree | b9dfe74fbb15aef59f9fef0bc3cccb5ca6ece2f4 /default.nix | |
| parent | 19d66287a000433f92b231310a5265eb7d03efb2 (diff) | |
add nixpkgs.config option
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index ae5156e..ec5f16d 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,6 @@ let eval = pkgs.lib.evalModules { check = true; - args = { inherit pkgs; }; modules = [ config ./modules/system @@ -12,7 +11,8 @@ let ./modules/system/defaults ./modules/system/etc.nix ./modules/system/launchd.nix - ./modules/nix + ./modules/nix/nix-tools.nix + ./modules/nix/nixpkgs.nix ./modules/environment ./modules/launchd ./modules/services/activate-system.nix |
