chore: update nix flake#149
Merged
LargeModGames merged 2 commits intoLargeModGames:mainfrom Mar 13, 2026
Merged
Conversation
This change makes it so that it loads the commit from the user's flake.lock This means that it will build of the commit that the user is on. The user can use `nix flake update spotatui` to update the commit they are on and when they next rebuild they will be put on the new version
LargeModGames
requested changes
Mar 5, 2026
|
not sure if you are using mpris, but maybe mpris enablment could be incorporated. I have worked around this here: #150 |
Contributor
Author
Hmm interesting. I don't think this should be in the scope of this pr but I will look into making a followup pr if I have time |
LargeModGames
approved these changes
Mar 13, 2026
Owner
|
@all-contributors add @Kathund for platform |
Contributor
|
I've put up a pull request to add @Kathund! 🎉 |
LargeModGames
added a commit
that referenced
this pull request
Mar 13, 2026
Adds @Kathund as a contributor for platform. This was requested by LargeModGames [in this comment](#149 (comment)) [skip ci]
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.
Summary
This change makes it so that it loads the commit from the user's flake.lock
This means that it will build of the commit that the user is on. The user can use
nix flake update spotatuito update the commit they are on and when they next rebuild they will be put on the new versionThis is relating to #143 (reply in thread)
Testing
Additional notes