diff options
author | Karel Kočí <cynerd@email.cz> | 2024-02-07 12:15:35 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-02-07 12:15:35 +0100 |
commit | d917306c4d7edd246c4906649455dde7c120c038 (patch) | |
tree | 28399e80bbc04fa251dce09a280ee59fc96824cc | |
parent | 3f202f75940f7ecb3003e8cf38c07289d8bf1b6f (diff) | |
download | nixos-personal-d917306c4d7edd246c4906649455dde7c120c038.tar.gz nixos-personal-d917306c4d7edd246c4906649455dde7c120c038.tar.bz2 nixos-personal-d917306c4d7edd246c4906649455dde7c120c038.zip |
nixos: enable repl-flake in nix
-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 69a35e6..232fbda 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -11,7 +11,7 @@ in { system.stateVersion = "24.05"; nix = { - extraOptions = "experimental-features = nix-command flakes"; + extraOptions = "experimental-features = nix-command flakes repl-flake"; settings = { auto-optimise-store = true; substituters = [ |