mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-23 09:00:52 +00:00
always show trace
This commit is contained in:
parent
6ed004b9cc
commit
fffc90f426
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue