Enabled --show-trace by default
This commit is contained in:
parent
34db80933e
commit
4f5f1926d4
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue