mirror of
https://cgit.krebsco.de/krops/
synced 2025-02-02 05:15:52 +00:00
pkgs writeTest: redirect populate output to stderr
This commit is contained in:
parent
1c0601c56a
commit
5b8fb8dc0e
@ -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 New Issue
Block a user