diff options
author | Karel Kočí <cynerd@email.cz> | 2024-10-17 15:38:39 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-10-17 15:38:39 +0200 |
commit | 639fd2cc86123f7a34300a645cc1bc5ebf83ad1a (patch) | |
tree | 8bbf4c8e4f59e5a5e5cda679737e3d38b089e1ac /nixos/modules | |
parent | 4a8c7edd98bb5064b16f273d83f3c4592a38877e (diff) | |
download | nixos-personal-639fd2cc86123f7a34300a645cc1bc5ebf83ad1a.tar.gz nixos-personal-639fd2cc86123f7a34300a645cc1bc5ebf83ad1a.tar.bz2 nixos-personal-639fd2cc86123f7a34300a645cc1bc5ebf83ad1a.zip |
nixos/generic: remove obsolete repl-flake nix option
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/generic.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 02afd17..502d0c3 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -9,7 +9,7 @@ in { system.stateVersion = "24.05"; nix = { - extraOptions = "experimental-features = nix-command flakes repl-flake"; + extraOptions = "experimental-features = nix-command flakes"; settings = { auto-optimise-store = true; substituters = [ |