lix/src
Eelco Dolstra 4f3a4b732c Make findRuntimeRoots() more resilient to disappearing processes
I saw this random failure in https://hydra.nixos.org/build/211811692:

  error: opening /proc/15307/fd: No such process

while running nix-collect-garbage in a readfile-context.sh. This is
because we're not handling ESRCH errors reading /proc/<pid>/fd. So
just move the read inside the try/catch where we do handle it.
2023-03-09 16:44:51 +01:00
..
build-remote Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
libcmd Fix uninitialized readFromStdIn variable 2023-03-08 13:53:20 +01:00
libexpr Revert "Disable GC during coroutine execution + test" 2023-03-08 20:47:52 +01:00
libfetchers Merge pull request #7854 from aameen-tulip/patch-1 2023-03-01 18:24:53 +01:00
libmain Merge pull request #7889 from sidkshatriya/sorted-fetch-paths 2023-03-07 11:58:10 +01:00
libstore Make findRuntimeRoots() more resilient to disappearing processes 2023-03-09 16:44:51 +01:00
libutil Revert "Disable GC during coroutine execution + test" 2023-03-08 20:47:52 +01:00
nix output paths of store derivations are now addressed explicitly 2023-03-06 03:32:14 +01:00
nix-build Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
nix-channel A setting to follow XDG Base Directory standard 2023-02-10 20:14:06 +04:00
nix-collect-garbage Fix nix-collect-garbage -d with the new profile location 2023-03-07 13:08:04 +01:00
nix-copy-closure Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
nix-env Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
nix-instantiate Revert to copyStore = true for nix-instantiate and nix-env 2022-08-23 14:40:27 +02:00
nix-store Fix another uninitialized variable 2023-03-09 15:30:53 +01:00
resolve-system-dependencies Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00