Originally created by @sickle-phin on GitHub (Sep 24, 2024).
nixpak maybe needs this code. bubblewrap = { bind.ro = [ "/etc/egl" "/etc/static/egl" ]; };
I always refer your awesome setup, thank you.
Originally created by @sickle-phin on GitHub (Sep 24, 2024).
nixpak maybe needs this code.
`bubblewrap = {
bind.ro = [
"/etc/egl"
"/etc/static/egl"
];
};
`
I always refer your awesome setup, thank you.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @sickle-phin on GitHub (Sep 24, 2024).
nixpak maybe needs this code.
bubblewrap = { bind.ro = [ "/etc/egl" "/etc/static/egl" ]; };I always refer your awesome setup, thank you.
@sickle-phin commented on GitHub (Sep 24, 2024):
And in addition to this...
bind.dev = [ "/dev/nvidia0" "/dev/nvidiactl" "/dev/nvidia-modeset" "/dev/nvidia-uvm" ];@ryan4yin commented on GitHub (Sep 25, 2024):
@sickle-phin problem solved! Thanks a lot! 3>