You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this, currently the dev filesystem is read-only and the /dev/fd -> /proc/self/fd symlink is not properly created. We'll fix this when we have a chance.
The same issue can be seen by running
sh <(curl -L https://nixos.org/nix/install)
on both https://webvm.io/ and https://webvm.io/alpine.htmlMounting it manually via
mount -t devtmpfs none /dev
as root fails with:mount: /dev: mount(2) system call failed: Function not implemented
The text was updated successfully, but these errors were encountered: