mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #875] [MERGED] feat(nix): add nix flake #909
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#909
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/875
Author: @DOD-101
Created: 11/16/2025
Status: ✅ Merged
Merged: 12/30/2025
Merged by: @aome510
Base:
master← Head:add-flake📝 Commits (2)
6908b0afeat(nix): add nix flake402438afeat(nix): get version form spotify-player/Cargo.toml📊 Changes
5 files changed (+231 additions, -17 deletions)
View changed files
📝
.gitignore(+2 -0)➕
default.nix(+129 -0)➕
flake.lock(+61 -0)➕
flake.nix(+39 -0)➖
shell.nix(+0 -17)📄 Description
This way the package can be build and run using nix commands and the flake can be used to get a more up-to-date version of spotify-player than nixpkgs has. This can be particularly useful to nix users if there is a fix on master which hasn't made its way downstream.
default.nixhas been taken directly from nixpkgs with just the maintainers and the passthru update-script removed.I have also removed
shell.nixand made that part of the flake directly.The additions to
.gitignoreare so that users of (nix-)direnv can add a.envrccontaininguse flaketo load the dev shell.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
v0.21.3#918v0.21.3#1852