mirror of
https://cgit.krebsco.de/krops
synced 2024-11-22 19:19:46 +01:00
pkgs writeTest: redirect populate output to stderr
This commit is contained in:
parent
1c0601c56a
commit
5b8fb8dc0e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ in
|
|||
assert lib.isLocalTarget target';
|
||||
writeDash name ''
|
||||
set -efu
|
||||
${populate { inherit force source; target = target'; }}
|
||||
${populate { inherit force source; target = target'; }} >&2
|
||||
NIX_PATH=${lib.escapeShellArg target'.path} \
|
||||
${nix}/bin/nix-build \
|
||||
-A system \
|
||||
|
|
Loading…
Reference in a new issue