Common: set nixpath to the system flake (again)
This commit is contained in:
parent
a641d8bb4c
commit
7468275123
1 changed files with 2 additions and 0 deletions
|
|
@ -14,5 +14,7 @@ experimental-features = nix-command flakes
|
||||||
# https://dataswamp.org/~solene/2022-07-20-nixos-flakes-command-sync-with-system.html
|
# https://dataswamp.org/~solene/2022-07-20-nixos-flakes-command-sync-with-system.html
|
||||||
system.flake = systemPkgs;
|
system.flake = systemPkgs;
|
||||||
};
|
};
|
||||||
|
# I removed this in the past since I thought that I didn't need it, but turns out comma does :)
|
||||||
|
nixPath = [ "nixpkgs=${systemPkgs}" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue