config: add 'repl-flake' to experimental features

This commit is contained in:
Gabriel Arazas 2023-05-31 15:51:44 +08:00
parent d939fb3833
commit e5f66b3076
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -190,7 +190,7 @@
#
# 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.
experimental-features = [ "nix-command" "flakes" ];
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
auto-optimise-store = lib.mkDefault true;
};