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
I'm trying to package this project up for Nixpkgs. The only obstacle that I can see right now is the fact that the location of ROM files is basically hardcoded. For obvious reasons, ROM files can't be included in Nixpkgs, and the Nix store is supposed to be immutable, which prevents users from adding the files themselves (without extending the package themselves.)
I'm wondering if it would be possible to add a command-line option that would allow users to specify the location of ROM files at runtime.