Enable repl-flake experimental feature (#640)
* Enable repl-flake experimental feature * fmt
This commit is contained in:
parent
1da69eef4a
commit
6bee48c11e
|
@ -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()));
|
||||
|
|
Loading…
Reference in a new issue