mirror of
https://cgit.krebsco.de/krops/
synced 2025-10-18 01:27:37 +00:00
populate derivation: print nix-build output to stderr
This commit is contained in:
parent
61b5ef3b8e
commit
1c0601c56a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user