diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 15:19:43 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 15:19:43 +0200 |
commit | 3edc4c2aadf6c420528ea84d66c2608a51c7175c (patch) | |
tree | d7ce0c1a4fb371932d9a21f4a57ccad0ccad8ef4 | |
parent | 6072e90cd1f65fc118d09d9c1dce0b96ce2c5486 (diff) | |
download | nixos-3edc4c2aadf6c420528ea84d66c2608a51c7175c.tar nixos-3edc4c2aadf6c420528ea84d66c2608a51c7175c.tar.gz nixos-3edc4c2aadf6c420528ea84d66c2608a51c7175c.tar.bz2 nixos-3edc4c2aadf6c420528ea84d66c2608a51c7175c.tar.xz nixos-3edc4c2aadf6c420528ea84d66c2608a51c7175c.zip |
…
-rw-r--r-- | nixpkgs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs.nix b/nixpkgs.nix index cc390073..30e464ab 100644 --- a/nixpkgs.nix +++ b/nixpkgs.nix | |||
@@ -5,7 +5,7 @@ | |||
5 | nixpkgs.pkgs = import ./nixpkgs { inherit (config.nixpkgs) config overlays localSystem crossSystem; }; | 5 | nixpkgs.pkgs = import ./nixpkgs { inherit (config.nixpkgs) config overlays localSystem crossSystem; }; |
6 | 6 | ||
7 | nix.nixPath = lib.mkForce [ | 7 | nix.nixPath = lib.mkForce [ |
8 | "nixpkgs=${./nixpkgs}" | 8 | "nixpkgs=/etc/nixos/nixpkgs" |
9 | "nixos-config=/etc/nixos/configuration.nix" | 9 | "nixos-config=/etc/nixos/configuration.nix" |
10 | "/nix/var/nix/profiles/per-user/root/channels" | 10 | "/nix/var/nix/profiles/per-user/root/channels" |
11 | ]; | 11 | ]; |