Enable repl-flake experimental feature (#640)

* Enable repl-flake experimental feature

* fmt
This commit is contained in:
Ana Hobden 2023-09-22 12:06:42 -07:00 committed by GitHub
parent 1da69eef4a
commit 6bee48c11e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,10 @@ impl PlaceNixConfiguration {
let mut defaults_conf_settings = vec![
("build-users-group", nix_build_group_name),
("experimental-features", "nix-command flakes".into()),
(
"experimental-features",
"nix-command flakes repl-flake".into(),
),
];
defaults_conf_settings.push(("bash-prompt-prefix", "(nix:$name)\\040".into()));