mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-09-19 10:51:06 +03:00
nix(chore): set nixpkgs to nixos-26.05, update flake.lock (#495)
fixes #492 Co-authored-by: KristijanZic <kristijan.zic@10x.engineering>
This commit is contained in:
@@ -31,7 +31,7 @@ rustPlatform.buildRustPackage {
|
||||
libadwaita
|
||||
librsvg
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
libX11
|
||||
libXtst
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user