Le mar. 22 févr. 2022 06h44 +0000, Eric Wong a écrit : > Julien Moutinho <[email protected]> wrote: > > This deadlock appears only when the test is run by nix, > > it doesn't when I run it manually from a terminal > > by entering the sandbox: > > Oh, btw, is this with the FD_CLOEXEC fixes to nix shell itself? > https://public-inbox.org/meta/[email protected]/
Yes, I'm using: $ nix-daemon --version > nix-daemon (Nix) 2.7.0pre20220127_558c4ee Which contains the commit from https://github.com/NixOS/nix/pull/5683 : $ git merge-base --is-ancestor 6e0cbc666b60515b5e201dd28855f5fe1de9a107 558c4ee $ echo $? > 0
