Skip to content

Commit

Permalink
Enable repl-flake experimental feature (#640)
Browse files Browse the repository at this point in the history
* Enable repl-flake experimental feature

* fmt
  • Loading branch information
Hoverbear authored Sep 22, 2023
1 parent 1da69ee commit 6bee48c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/action/common/place_nix_configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()));
Expand Down

0 comments on commit 6bee48c

Please sign in to comment.