mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #395] [MERGED] fix: nix evaluation warnings + flake improvements #402
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#402
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/395
Author: @onelocked
Created: 3/9/2026
Status: ✅ Merged
Merged: 3/24/2026
Merged by: @feschber
Base:
main← Head:main📝 Commits (6)
4b01b88fix: nix evaluation warning9900ec1nix: minor flake improvements/maintenance0826eacnix: fix macos build errors98268e1nix: minor cleanup/fixes8415a19nix: remove redundant deps478aeefnix: remove reliance on systems input📊 Changes
3 files changed (+113 additions, -84 deletions)
View changed files
📝
flake.lock(+6 -6)📝
flake.nix(+83 -56)📝
nix/default.nix(+24 -22)📄 Description
Hey I am using the flake and home manager module.
I started getting these evaluation warnings, so I decided to look into it.
Main change
I've renamed
xorg.libX11andxorg.libXtsttolibX11andlibXtstrespectively, to fix the evaluation warningAdditional changes:
Was dropped in favor of wrapGAppsHook4, which does it automatically.
I have also removed
with pkgs;and instead list dependencies explicitly in the argument set, this aligns with how nixpkgs does it.Side notes/Questions
I am not entirely sure if
buildPackages.gtk4cmakeare required. I've kept them since they were here already.I've tried building lan-mouse without them and it does build and it works, but I've only tested it on my x86_64-linux machine.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.