summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-06-30 04:53:34 +0200
committertv <tv@krebsco.de>2017-06-30 04:55:39 +0200
commit1d6009f5127e4aa8ada3a4dd38093425d098dab3 (patch)
treefd5aef9e38210cdb416b702a8512575d92a57d84
parentcd7b13f1ceecf8da24c7bd4872a3a53576264feb (diff)
pkgs.whatsupnix: print gawk output ASAP
-rw-r--r--shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index d8f3184..302429a 100644
--- a/shell.nix
+++ b/shell.nix
@@ -137,7 +137,7 @@
-I "$target_path" \
"$@" \
2>&1 |
- ${pkgs.coreutils}/bin/stdbuf -oL ${pkgs.whatsupnix}/bin/whatsupnix
+ ${pkgs.whatsupnix}/bin/whatsupnix
'';
utils.deploy = pkgs.writeScript "utils.deploy" /* sh */ ''
@@ -150,7 +150,7 @@
-I "$target_path" \
"$@" \
2>&1 |
- ${pkgs.coreutils}/bin/stdbuf -oL ${pkgs.whatsupnix}/bin/whatsupnix
+ ${pkgs.whatsupnix}/bin/whatsupnix
'';
hook.get-version = pkgs.writeScript "hook.get-version" /* sh */ ''