nixos/standard/home/common/default.nix aktualisiert

-repl-flake
This commit is contained in:
m3tam3re 2025-01-11 05:52:10 +00:00
parent d6805af85d
commit cd113583af

View File

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