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
|
, pkgs
|
||||||
, ...
|
, ...
|
||||||
}: {
|
}: {
|
||||||
environment.etc."nix/inputs/nixpkgs".source = nixpkgs.outPath;
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixFlakes;
|
||||||
nixPath = [ "nixpkgs=/etc/nix/inputs/nixpkgs" ];
|
nixPath = [ "nixpkgs=${nixpkgs}" ];
|
||||||
registry.nixpkgs.flake = nixpkgs;
|
registry.nixpkgs.flake = nixpkgs;
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
|
Loading…
Reference in a new issue