mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 20:09:59 +03:00
nix: Add aarch64-darwin package and devshell (#108)
Enable building and developing using nix on aarch64-darwin
This commit is contained in:
@@ -18,6 +18,8 @@ rustPlatform.buildRustPackage {
|
||||
gtk4
|
||||
libadwaita
|
||||
xorg.libXtst
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk_11_0.frameworks.CoreGraphics
|
||||
];
|
||||
|
||||
src = builtins.path {
|
||||
|
||||
Reference in New Issue
Block a user