Make run stream the output
This commit is contained in:
parent
69f8acad8f
commit
3dc9930dbb
3 changed files with 9 additions and 2 deletions
|
|
@ -10,6 +10,7 @@
|
|||
resholve,
|
||||
shfmt,
|
||||
perl,
|
||||
coreutils,
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
@ -42,6 +43,7 @@ resholve.mkDerivation {
|
|||
gitMinimal
|
||||
shfmt
|
||||
perl
|
||||
coreutils
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
|
|
@ -69,6 +71,7 @@ resholve.mkDerivation {
|
|||
gnused
|
||||
bash
|
||||
perl
|
||||
coreutils
|
||||
];
|
||||
execer = [
|
||||
# Not true at all, but ¯\_(ツ)_/¯
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue