Cameron
Cameron
sort of a hack but works for now ``` #!/usr/bin/env bash yay -S --noconfirm $(yay -Qi $@ 2>&1 >/dev/null | grep "error: package" | grep "was not found" | cut...
Getting the same error using the same package as OP. The error seems to be that because nixos stores files in an immutable way (removing write permissions to files in...
Please consider making the UID and GID configurable with environment variables. This essentially forces the end user to have to create a specific user account with that exact UID/GID if...