populate derivation: print nix-build output to stderr

This commit is contained in:
lassulus 2019-01-28 19:24:19 +01:00
parent 61b5ef3b8e
commit 1c0601c56a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ let
'';
pop.derivation = target: source: shell' target /* sh */ ''
nix-build -E ${quote source.text} -o ${quote target.path}
nix-build -E ${quote source.text} -o ${quote target.path} >&2
'';
pop.file = target: source: let