pkgs writeTest: redirect populate output to stderr

This commit is contained in:
lassulus 2019-01-28 20:29:39 +01:00
parent 1c0601c56a
commit 5b8fb8dc0e
1 changed files with 1 additions and 1 deletions

View File

@ -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 \