Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mkenigs committed Jun 21, 2023
1 parent 9858268 commit b1b7597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/action/common/place_nix_configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ impl PlaceNixConfiguration {
#[cfg(not(feature = "nix-community"))]
{
use std::collections::hash_map::Entry;

let experimental_features = ["nix-command", "flakes", "auto-allocate-uids"];
match settings.entry("experimental-features".to_string()) {
Entry::Occupied(mut slot) => {
Expand Down

0 comments on commit b1b7597

Please sign in to comment.