mirror of https://cgit.krebsco.de/krops/
krops: add dry-rebuild before nix build
This commit is contained in:
parent
10fd67a6a2
commit
f2348bfbc2
|
@ -42,6 +42,7 @@ in
|
|||
writeDash name ''
|
||||
set -efu
|
||||
${populate { inherit force source; target = target'; }}
|
||||
${rebuild ["dry-build"] target'}
|
||||
${build target'}
|
||||
${rebuild ["switch"] target'}
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue