mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
config: add 'repl-flake' to experimental features
This commit is contained in:
parent
d939fb3833
commit
e5f66b3076
@ -190,7 +190,7 @@
|
|||||||
#
|
#
|
||||||
# Since we're using flakes to make this possible, we need it. Plus, the
|
# Since we're using flakes to make this possible, we need it. Plus, the
|
||||||
# UX of Nix CLI is becoming closer to Guix's which is a nice bonus.
|
# UX of Nix CLI is becoming closer to Guix's which is a nice bonus.
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||||
auto-optimise-store = lib.mkDefault true;
|
auto-optimise-store = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user