1
0
mirror of https://cgit.krebsco.de/krops synced 2024-06-13 11:03:38 +02:00

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

View File

@ -21,7 +21,7 @@ let
''; '';
pop.derivation = target: source: shell' target /* sh */ '' 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 pop.file = target: source: let