Updates
This commit is contained in:
parent
64d034b94e
commit
292789652e
3 changed files with 9 additions and 2 deletions
|
|
@ -177,7 +177,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
nix.gc.automatic = true;
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
extraOptions = lib.optionalString (config.nix.package == pkgs.nixFlakes)
|
||||
"experimental-features = nix-command flakes";
|
||||
gc.automatic = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "21.05"; # Did you read the comment?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue