Skip to content

Commit

Permalink
always show trace
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jul 6, 2023
1 parent 6ed004b commit fffc90f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-nix.sh
Expand Up @@ -17,6 +17,7 @@ trap 'rm -rf "$workdir"' EXIT
add_config() {
echo "$1" >> "$workdir/nix.conf"
}
add_config "show-trace = true"
# Set jobs to number of cores
add_config "max-jobs = auto"
if [[ $OSTYPE =~ darwin ]]; then
Expand Down

0 comments on commit fffc90f

Please sign in to comment.