diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-23 20:31:45 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-23 20:31:45 +0100 |
commit | 6273649dbd2402bdbe6a465ee5056408adc41924 (patch) | |
tree | 2da1e8e5c1953a421171ecd368361e16a6b3b995 /system-profiles/core.nix | |
parent | 5e6421293925721616c97151d6705cb7b2594af3 (diff) | |
download | nixos-6273649dbd2402bdbe6a465ee5056408adc41924.tar nixos-6273649dbd2402bdbe6a465ee5056408adc41924.tar.gz nixos-6273649dbd2402bdbe6a465ee5056408adc41924.tar.bz2 nixos-6273649dbd2402bdbe6a465ee5056408adc41924.tar.xz nixos-6273649dbd2402bdbe6a465ee5056408adc41924.zip |
...
Diffstat (limited to 'system-profiles/core.nix')
-rw-r--r-- | system-profiles/core.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system-profiles/core.nix b/system-profiles/core.nix index 81cfa0e9..92e068b4 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix | |||
@@ -51,9 +51,9 @@ in { | |||
51 | extraOptions = '' | 51 | extraOptions = '' |
52 | experimental-features = nix-command flakes | 52 | experimental-features = nix-command flakes |
53 | ''; | 53 | ''; |
54 | nixPath = lib.mkForce [ | 54 | nixPath = [ |
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 | ]; |
58 | registry = | 58 | registry = |
59 | let override = { self = "nixos"; }; | 59 | let override = { self = "nixos"; }; |