mirror of
https://cgit.krebsco.de/krops/
synced 2025-03-09 22:52:18 +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 */ ''
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user