about summary refs log tree commit diff
path: root/users/Profpatsch/blog/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/blog/default.nix')
-rw-r--r--users/Profpatsch/blog/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/users/Profpatsch/blog/default.nix b/users/Profpatsch/blog/default.nix
index ca1fbfbfb4..1558344b1b 100644
--- a/users/Profpatsch/blog/default.nix
+++ b/users/Profpatsch/blog/default.nix
@@ -162,11 +162,6 @@ let
     ''
   ];
 
-  split-stdin = depot.nix.writeExecline "split-stdin" { argMode = "env"; } [
-    "pipeline" [ "runblock" "1" bins.bash "-c" ''${bins.tee} >("$@")'' "bash-split-stdin" ]
-    "runblock" "-r" "1"
-  ];
-
   capture-stdin = depot.nix.writers.rustSimple {
     name = "capture-stdin";
     dependencies = [ depot.users.Profpatsch.execline.exec-helpers ];
@@ -231,7 +226,6 @@ in depot.nix.utils.drvTargets {
    inherit
     router
     notes-server
-    split-stdin
     index
     router-lookup
     ;