Skip to content

Commit fffc90f

Browse files
committed
always show trace
1 parent 6ed004b commit fffc90f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install-nix.sh

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ trap 'rm -rf "$workdir"' EXIT
1717
add_config() {
1818
echo "$1" >> "$workdir/nix.conf"
1919
}
20+
add_config "show-trace = true"
2021
# Set jobs to number of cores
2122
add_config "max-jobs = auto"
2223
if [[ $OSTYPE =~ darwin ]]; then

0 commit comments

Comments
 (0)