tvl-depot/users/Profpatsch
Profpatsch 4a33ce1dc1 fix(users/Profpatsch/writers): use s6-portable-utils
We had a bunch of instances of
https://github.com/NixOS/nix/issues/2176,
where nix would exit with a “killed by signal 9” error.

According to Eelco in that issue, this is perfectly normal behaviour
of course, and appears if the last command in a loop closes `stdout`
or `stdin`, then the builder will SIGKILL it immediately. This is of
course also a perfectly fine error message for that case.

It turns out that mainly GNU coreutils exhibit this behaviour …

Let’s see if using a more sane tool suite fixes that.

Change-Id: If34ab692120e5e299575bf8044aa5802145ab494
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2658
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
2021-03-26 11:01:20 +00:00
..
advent-of-code/2020 feat(users/Profpatsch/advent-of-code): 2020 day 04 2021-03-01 23:26:25 +00:00
arglib feat(users/Profpatsch): build attrset members on CI 2021-03-15 22:16:19 +00:00
emacs-tree-sitter-move feat(emacs-tree-sitter-move): shell and json test files 2021-01-01 22:40:38 +00:00
execline feat(users/Profpatsch): build attrset members on CI 2021-03-15 22:16:19 +00:00
netencode feat(users/Profpatsch): build attrset members on CI 2021-03-15 22:16:19 +00:00
netstring feat(users/Profpatsch): build attrset members on CI 2021-03-15 22:16:19 +00:00
nixpkgs-rewriter feat(users/Profpatsch): build attrset members on CI 2021-03-15 22:16:19 +00:00
writers fix(users/Profpatsch/writers): use s6-portable-utils 2021-03-26 11:01:20 +00:00
imap-idle.nix feat(users/Profpatsch): add imap-idle 2021-03-22 22:52:11 +00:00
imap-idle.rs feat(users/Profpatsch): add imap-idle 2021-03-22 22:52:11 +00:00
lib.nix fix(users/Profpatsch/lib/eprintenv): don’t crash when env is missing 2021-02-13 20:00:23 +00:00
OWNERS feat(users/Profpatsch): add sterni to my user dir OWNERS 2021-02-09 20:46:30 +00:00
read-http.nix feat(users/Profpatsch/{netencode,http-parse}): use HashMap 2021-02-06 21:38:57 +00:00
read-http.rs feat(users/Profpatsch/execline/exec_helpers): add no_args() 2021-02-13 20:00:23 +00:00
rust-crates.nix feat(users/Profpatsch): add imap-idle 2021-03-22 22:52:11 +00:00
tree-sitter.nix feat(users/Profpatsch): build attrset members on CI 2021-03-15 22:16:19 +00:00