Open
Conversation
Owner
Not sure if overkill, but maybe you could maintain it in a separate repo? I'd be happy to link to it in the readme. |
Contributor
Author
|
Unfortunately, that wouldn't work, as the checksum would have to constantly be updated whenever a new commit is pushed if in a different repo for the package. For the development shell, you'd have to symlink the flake files to the development repo root, which would then require hacks to not have issues with git. I probably should've made this clearer too, but the flake shouldn't really require maintenance besides:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This provides a reliable development environment, which means that not only do people not have to install these development packages globally, but also it's guaranteed people are using the same versions of them too.
There is also a package provided, so people can try out rescrobbled without permintantly installing it with
nix run github:InputUsername/rescrobbled.I do get that since you probably don't understand nix, it can be a bit intimidating maintaining something you don't really understand. I can maintain the flake for you if you want (if problems ever were to arise), but I also understand if you don't want it added either.