pin nixpkgs
This commit is contained in:
parent
c12a12ff33
commit
bab272ff03
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ in {
|
||||||
++ (mapModulesRec' (toString ./modules) import);
|
++ (mapModulesRec' (toString ./modules) import);
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
package = pkgs.nix;
|
||||||
|
|
||||||
|
# flake registry and nix path pinning
|
||||||
|
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
|
registry.nixpkgs.flake = inputs.nixpkgs;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue