about summary refs log tree commit diff
path: root/pkgs/profpatsch/execline
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-01-26 23:19:30 +0100
committerProfpatsch <mail@profpatsch.de>2020-01-26 23:19:30 +0100
commit51460ea1ea4e83e47cf4958f79f024f5865e70d8 (patch)
treea5d514a1553a7f6687d0d781ee89afe5a8c7ea16 /pkgs/profpatsch/execline
parent356f810df578f4f8db7f642d6a822d4b32256179 (diff)
pkgs/profpatsch/execline/e: fix buffering problem
Forgot the cat after I added forstdin.
Diffstat (limited to 'pkgs/profpatsch/execline')
-rw-r--r--pkgs/profpatsch/execline/e.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/profpatsch/execline/e.nix b/pkgs/profpatsch/execline/e.nix
index 657f41ce..b065cc33 100644
--- a/pkgs/profpatsch/execline/e.nix
+++ b/pkgs/profpatsch/execline/e.nix
@@ -12,9 +12,6 @@ let
       "--remember"
       "--quote-characters" "\""
       "--complete-filenames"
-    "pipeline" [
-      bins.cat
-    ]
     "forstdin" "-d\n" "cmd"
     "importas" "cmd" "cmd"
     bins.execlineb "-Pc" "$cmd"