diff options
author | Profpatsch <mail@profpatsch.de> | 2021-08-07T17·37+0200 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2021-11-13T00·57+0000 |
commit | 2835e5ec7e4e5363c946215684da328d2072f46c (patch) | |
tree | 3210685ef3e9225999d76e2243fb5b74f27603b8 /users/Profpatsch/blog | |
parent | 4e2879282dcb1822298b7159210e62b53e0ea75e (diff) |
docs(users/Profpatsch/lib): move split-stdin to lib & document r/3045
Change-Id: I39e81ed766cb209ded5309ea962a59a6f1c811c9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3285 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
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 ; |