-repl-flakes, fix:homeConfiguration module

This commit is contained in:
m3tam3re
2024-11-25 09:49:35 +01:00
parent c6d1b9a2ad
commit fb4216264d
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;
};
};