mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 11:39:48 +01:00
populate derivation: print nix-build output to stderr
This commit is contained in:
parent
61b5ef3b8e
commit
1c0601c56a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue