[PR #82] [MERGED] feat: add nix support(#80) #270

Closed
opened 2026-05-05 22:15:37 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/82
Author: @ICE-GB
Created: 1/26/2024
Status: Merged
Merged: 3/15/2024
Merged by: @feschber

Base: mainHead: feat-nix


📝 Commits (4)

📊 Changes

9 files changed (+306 additions, -1 deletions)

View changed files

.envrc (+1 -0)
.github/workflows/cachix.yml (+24 -0)
📝 .gitignore (+4 -1)
flake.lock (+82 -0)
flake.nix (+58 -0)
nix/README.md (+40 -0)
nix/default.nix (+46 -0)
nix/hm-module.nix (+50 -0)
shell.nix (+1 -0)

📄 Description

Thanks to (#80) for the example, I did some nix related work, but I have no experience in doing that before this, this pr is still not perfect, I hope someone who is really familiar with nix and rust will help to improve it!


🔄 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/feschber/lan-mouse/pull/82 **Author:** [@ICE-GB](https://github.com/ICE-GB) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 3/15/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `feat-nix` --- ### 📝 Commits (4) - [`54546d8`](https://github.com/feschber/lan-mouse/commit/54546d8417bbefe6ab559dde82a75864a8b07d7b) feat: add nix support(#80) - [`a6e5813`](https://github.com/feschber/lan-mouse/commit/a6e5813b2e570f363310cc99371dbff3d18ba842) Merge branch 'feschber:main' into feat-nix - [`2ada994`](https://github.com/feschber/lan-mouse/commit/2ada9948a463a820bc61ffddb47e188dde532feb) chore: nix flake update - [`5e1ffe1`](https://github.com/feschber/lan-mouse/commit/5e1ffe14661eff2c729aa6bf9dd1abf7f7df5528) update actions ### 📊 Changes **9 files changed** (+306 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.envrc` (+1 -0) ➕ `.github/workflows/cachix.yml` (+24 -0) 📝 `.gitignore` (+4 -1) ➕ `flake.lock` (+82 -0) ➕ `flake.nix` (+58 -0) ➕ `nix/README.md` (+40 -0) ➕ `nix/default.nix` (+46 -0) ➕ `nix/hm-module.nix` (+50 -0) ➕ `shell.nix` (+1 -0) </details> ### 📄 Description Thanks to (#80) for the example, I did some nix related work, but I have no experience in doing that before this, this pr is still not perfect, I hope someone who is really familiar with nix and rust will help to improve it! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:15:37 -06: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: github-starred/lan-mouse#270
No description provided.