1
0
Fork 0
mirror of https://cgit.krebsco.de/krops synced 2024-11-23 03:29:48 +01:00

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

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'}
'';