aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2024-02-07 12:15:35 +0100
committerKarel Kočí <cynerd@email.cz>2024-02-07 12:15:35 +0100
commitd917306c4d7edd246c4906649455dde7c120c038 (patch)
tree28399e80bbc04fa251dce09a280ee59fc96824cc
parent3f202f75940f7ecb3003e8cf38c07289d8bf1b6f (diff)
downloadnixos-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.nix2
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 = [