> Doesnt /dev/stdin work? > > The only reason it could not is that somehow the file descriptor needs > to be seekable. > > Léo
This doesn't work for me, with `cat <file> | guix build -f /dev/stdin` i get "guix build: error: failed to load '/dev/stdin': No such file or directory"