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:
parent
10fd67a6a2
commit
f2348bfbc2
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ in
|
||||||
writeDash name ''
|
writeDash name ''
|
||||||
set -efu
|
set -efu
|
||||||
${populate { inherit force source; target = target'; }}
|
${populate { inherit force source; target = target'; }}
|
||||||
|
${rebuild ["dry-build"] target'}
|
||||||
${build target'}
|
${build target'}
|
||||||
${rebuild ["switch"] target'}
|
${rebuild ["switch"] target'}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue