summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/core.nix4
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"; };