mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 08:15:27 +01:00
[PR #230] [MERGED] feat: nix packaging #1837
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#1837
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/JakeStanger/mpd-discord-rpc/pull/230
Author: @fxzzi
Created: 8/19/2025
Status: ✅ Merged
Merged: 8/19/2025
Merged by: @JakeStanger
Base:
master← Head:init-nix📝 Commits (1)
7491c72feat: nix packaging📊 Changes
5 files changed (+111 additions, -0 deletions)
View changed files
📝
.gitignore(+2 -0)➕
flake.lock(+27 -0)➕
flake.nix(+22 -0)➕
nix/package.nix(+39 -0)➕
nix/shell.nix(+21 -0)📄 Description
Initialises very simple nix packaging and a devShell to make it easier for nix users (like me) to work on the package, or simply use the "git" version of the package.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.