Skip to content

Commit

Permalink
Set max-jobs in nix.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Sep 13, 2023
1 parent 34d0b7e commit 9ba0445
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 @@ -59,6 +59,7 @@ impl PlaceNixConfiguration {
"bash-prompt-prefix".to_string(),
"(nix:$name)\\040".to_string(),
);
settings.insert("max-jobs".to_string(), "auto".to_string());
if let Some(ssl_cert_file) = ssl_cert_file {
let ssl_cert_file_canonical = ssl_cert_file
.canonicalize()
Expand Down

0 comments on commit 9ba0445

Please sign in to comment.