cleanup nix_path
This commit is contained in:
parent
3bea215b13
commit
8d635e7cca
1 changed files with 1 additions and 2 deletions
|
@ -2,10 +2,9 @@
|
|||
, pkgs
|
||||
, ...
|
||||
}: {
|
||||
environment.etc."nix/inputs/nixpkgs".source = nixpkgs.outPath;
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
nixPath = [ "nixpkgs=/etc/nix/inputs/nixpkgs" ];
|
||||
nixPath = [ "nixpkgs=${nixpkgs}" ];
|
||||
registry.nixpkgs.flake = nixpkgs;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
|
|
Loading…
Reference in a new issue