We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nixpak maybe needs this code. bubblewrap = { bind.ro = [ "/etc/egl" "/etc/static/egl" ]; }; I always refer your awesome setup, thank you.
bubblewrap = { bind.ro = [ "/etc/egl" "/etc/static/egl" ]; };
The text was updated successfully, but these errors were encountered:
And in addition to this... bind.dev = [ "/dev/nvidia0" "/dev/nvidiactl" "/dev/nvidia-modeset" "/dev/nvidia-uvm" ];
bind.dev = [ "/dev/nvidia0" "/dev/nvidiactl" "/dev/nvidia-modeset" "/dev/nvidia-uvm" ];
Sorry, something went wrong.
@sickle-phin problem solved! Thanks a lot! 3>
Successfully merging a pull request may close this issue.
nixpak maybe needs this code.
bubblewrap = { bind.ro = [ "/etc/egl" "/etc/static/egl" ]; };
I always refer your awesome setup, thank you.
The text was updated successfully, but these errors were encountered: