-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
node or yarn is broken on nixos-unstable, can't install pacakges, /bin/sh: bad interpreter: Text file busy #314713
Comments
I am also experiencing this (with pnpm). |
Same issue here |
Reverting both yarn and node to commits from last year doesn't solve the issue |
I think this is addressed in https://lore.kernel.org/all/0ec1d936-ee3f-4df2-84df-51c15830091b@kernel.dk/ |
maybe it's an issue with uring(?). |
I can confirm that using |
Had the same problem and |
With kernel 6.9.3 available on |
would love to try, but after rebasing to latest nixos-unstable today my system fails to start :( |
I'm closing as this is seems fixed. |
Describe the bug
After updating a flake to latest nixos-unstable branch today yarn is not able to install packages.
Steps To Reproduce
nix-shell -I nixpkgs=channel:nixos-unstable -p nodejs yarn --run 'mkdir -p /tmp/test && cd /tmp/test && yarn init -y && yarn add esbuild && node -e "console.log(require(\"esbuild\"));"'
Expected behavior
yarn install succeeds
Additional context
Running against older version of nixpkgs works as well as
nix build
for this appNotify maintainers
@offlinehacker @screendriver @marsam
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: