krops: add dry-rebuild before nix build

This commit is contained in:
lassulus 2019-07-16 20:56:01 +02:00
parent 10fd67a6a2
commit f2348bfbc2
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ in
writeDash name ''
set -efu
${populate { inherit force source; target = target'; }}
${rebuild ["dry-build"] target'}
${build target'}
${rebuild ["switch"] target'}
'';