[PR #230] [MERGED] feat: nix packaging #239

Closed
opened 2026-05-22 22:04:24 +01:00 by JakeStanger · 0 comments
Owner

📋 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: masterHead: init-nix


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/mpd-discord-rpc/pull/230 **Author:** [@fxzzi](https://github.com/fxzzi) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `init-nix` --- ### 📝 Commits (1) - [`7491c72`](https://github.com/JakeStanger/mpd-discord-rpc/commit/7491c72a7ce5e5eb689e3d4e267bae733e9bafd1) feat: nix packaging ### 📊 Changes **5 files changed** (+111 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) ➕ `flake.lock` (+27 -0) ➕ `flake.nix` (+22 -0) ➕ `nix/package.nix` (+39 -0) ➕ `nix/shell.nix` (+21 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:04:24 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/mpd-discord-rpc#239
No description provided.