-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix-hash process substitution example fails with error: path '/dev/fd/63' is a symlink
on Arch Linux
#11681
Labels
Comments
I'm also experiencing this error now on macOS, except that the error reports that |
I think it's also what broke swiftpm2nix recently. That error surfaces as:
|
ofalvai
added a commit
to ofalvai/nixpkgs
that referenced
this issue
Nov 23, 2024
13 tasks
2 tasks
7 tasks
roberth
added a commit
to roberth/nix
that referenced
this issue
Dec 13, 2024
Merged
Mic92
pushed a commit
to roberth/nix
that referenced
this issue
Dec 14, 2024
roberth
added a commit
to roberth/nix
that referenced
this issue
Dec 15, 2024
roberth
added a commit
to roberth/nix
that referenced
this issue
Dec 16, 2024
roberth
added a commit
to roberth/nix
that referenced
this issue
Dec 23, 2024
This was referenced Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I cannot run the echo example for nix-hash
nix-hash --type sha256 --flat --base32 <(echo test)
from https://nix.dev/manual/nix/2.24/command-ref/nix-hash#examples. Then, I only geterror: path '/dev/fd/63' is a symlink
.In fact, if I run any nix-hash command that uses the
<(...)
syntax for input, this fails.Steps To Reproduce
nix-hash --type sha256 --flat --base32 <(echo test)
error: path '/dev/fd/63' is a symlink
Expected behavior
I expect this to work, as it is an example command. According to the examples
1lkgqb6fclns49861dwk9rzb6xnfkxbpws74mxnx01z9qyv1pjpj
should be the correct output.nix-env --version
outputnix-env (Nix) 2.24.7
Additional context
I'm on Arch Linux and used their
nix
package to install nix.output of
stat <(echo test)
:Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: