unify nix options

This commit is contained in:
insects 2024-08-10 21:05:54 +02:00
parent 27e703cf11
commit 240a170c53
6 changed files with 30 additions and 12 deletions

View file

@ -16,7 +16,7 @@
nix = {
package = lib.mkDefault pkgs.nix;
settings = {
experimental-features = ["nix-command" "flakes" "repl-flake"];
experimental-features = ["nix-command" "flakes"];
warn-dirty = false;
};
};