Files
lix/src
Simon RainersonandThéophane Hufschmitt 31a6e10fe5 Fix misread of source if path is already valid
When receiving a stream of NARs through the ssh-ng protocol, an already
existing path would cause the NAR archive to not be read in the stream,
resulting in trying to parse the NAR as a ValidPathInfo. This results in
the error message:
    error: not an absolute path: 'nix-archive-1'

Fixes #6253

Usually this problem is avoided by running QueryValidPaths before
AddMultipleToStore, but can arise when two parallel nix processes gets
the same response from QueryValidPaths. This makes the problem more
prominent when running builds in parallel.
2023-08-07 10:27:40 +02:00
..
2023-07-07 07:30:01 -04:00
2023-04-28 17:03:04 +02:00
2023-04-28 17:03:04 +02:00
2023-07-07 07:30:01 -04:00
2021-12-17 22:03:33 +01:00