Enabled --show-trace by default

This commit is contained in:
Craige McWhirter 2020-07-14 11:58:38 +10:00
parent 34db80933e
commit 4f5f1926d4
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -59,6 +59,9 @@
options = "--delete-older-than 90d"; options = "--delete-older-than 90d";
}; };
autoOptimiseStore = true; autoOptimiseStore = true;
extraOptions = ''
show-trace = true # Enable --show-trace by default for nix
'';
}; };
system.extraSystemBuilderCmds = '' system.extraSystemBuilderCmds = ''