Skip to content

Commit

Permalink
Enable repl-flake experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Sep 22, 2023
1 parent 8911329 commit c2e42aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/common/place_nix_configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ 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 c2e42aa

Please sign in to comment.