We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed004b commit fffc90fCopy full SHA for fffc90f
install-nix.sh
@@ -17,6 +17,7 @@ trap 'rm -rf "$workdir"' EXIT
17
add_config() {
18
echo "$1" >> "$workdir/nix.conf"
19
}
20
+add_config "show-trace = true"
21
# Set jobs to number of cores
22
add_config "max-jobs = auto"
23
if [[ $OSTYPE =~ darwin ]]; then
0 commit comments