diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-18 09:34:09 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-18 09:34:09 +0100 |
commit | fafc831d6be643ea184d117b2c8f48efa241e826 (patch) | |
tree | 8334c835dcf3190510bdf69960d8fe77a2a6e3f6 /system-profiles | |
parent | 928d962b569154c96785d17c7cbcf45b0017d9cc (diff) | |
download | nixos-fafc831d6be643ea184d117b2c8f48efa241e826.tar nixos-fafc831d6be643ea184d117b2c8f48efa241e826.tar.gz nixos-fafc831d6be643ea184d117b2c8f48efa241e826.tar.bz2 nixos-fafc831d6be643ea184d117b2c8f48efa241e826.tar.xz nixos-fafc831d6be643ea184d117b2c8f48efa241e826.zip |
...
Diffstat (limited to 'system-profiles')
-rw-r--r-- | system-profiles/core.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/core.nix b/system-profiles/core.nix index c624bf0a..81cfa0e9 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix | |||
@@ -51,7 +51,7 @@ in { | |||
51 | extraOptions = '' | 51 | extraOptions = '' |
52 | experimental-features = nix-command flakes | 52 | experimental-features = nix-command flakes |
53 | ''; | 53 | ''; |
54 | nixPath = [ | 54 | nixPath = lib.mkForce [ |
55 | "nixpkgs=${flakeInputs.nixpkgs.legacyPackages.${config.nixpkgs.system}.path}" | 55 | "nixpkgs=${flakeInputs.nixpkgs.legacyPackages.${config.nixpkgs.system}.path}" |
56 | "nixpkgs-overlays=${flake.overlays-path.${config.nixpkgs.system}}" | 56 | "nixpkgs-overlays=${flake.overlays-path.${config.nixpkgs.system}}" |
57 | ]; | 57 | ]; |