diff --git a/install-nix.sh b/install-nix.sh index e0490b5..536783c 100755 --- a/install-nix.sh +++ b/install-nix.sh @@ -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