From fffc90f426bf959ff10036360041367f8433aab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 6 Jul 2023 11:03:24 +0100 Subject: [PATCH] always show trace --- install-nix.sh | 1 + 1 file changed, 1 insertion(+) 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