diff options
Diffstat (limited to 'users/Profpatsch/blog')
-rw-r--r-- | users/Profpatsch/blog/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/users/Profpatsch/blog/default.nix b/users/Profpatsch/blog/default.nix index ca1fbfbfb4e4..1558344b1b7c 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 ; |