repl-flake isn't experimental anymore

This commit is contained in:
John Bowdre 2024-05-03 12:17:35 -05:00
parent 920e3d7277
commit 2c5b6e1e26

View file

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