switch nix version... again

This commit is contained in:
Gerg-L 2023-03-22 15:38:53 -04:00
parent 2588649e67
commit 23623a001a
3 changed files with 82 additions and 10 deletions

View file

@ -31,7 +31,7 @@ in {
#other nix settings
nix = {
package = pkgs.nixVersions.unstable;
package = inputs.nix.packages.${pkgs.system}.default;
settings = {
experimental-features = ["nix-command" "flakes" "repl-flake"];
auto-optimise-store = true;