diff options
Diffstat (limited to 'modules/shared/nix.nix')
| -rw-r--r-- | modules/shared/nix.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/shared/nix.nix b/modules/shared/nix.nix index 53bddee..60959f9 100644 --- a/modules/shared/nix.nix +++ b/modules/shared/nix.nix @@ -7,13 +7,10 @@ ... }: { nix = { - registry = { - n.flake = lib.mkDefault inputs.nixpkgs; - self.flake = self; - }; + registry.n.flake = lib.mkDefault inputs.nixpkgs; nixPath = [ - "nixpkgs=${inputs.nixpkgs.outPath}" + "nixpkgs=/etc/nix/inputs/nixpkgs" ]; settings = { |
