mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#270
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/feschber/lan-mouse/pull/82
Author: @ICE-GB
Created: 1/26/2024
Status: ✅ Merged
Merged: 3/15/2024
Merged by: @feschber
Base:
main← Head:feat-nix📝 Commits (4)
54546d8feat: add nix support(#80)a6e5813Merge branch 'feschber:main' into feat-nix2ada994chore: nix flake update5e1ffe1update actions📊 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.