mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 02:22:18 +00:00
repl-flake isn't experimental anymore
This commit is contained in:
parent
920e3d7277
commit
2c5b6e1e26
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue