-repl-flakes, fix:homeConfiguration module

This commit is contained in:
m3tam3re
2024-11-25 09:55:34 +01:00
parent b186227e81
commit e07adbd1ff
2 changed files with 2 additions and 2 deletions

View File

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