Add support for custom key macros (#217)

This commit is contained in:
Ulyssa 2024-03-09 22:49:40 -08:00 committed by GitHub
parent ef868175cb
commit e7f158ffcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 200 additions and 46 deletions

View file

@ -24,9 +24,6 @@
src = ./.;
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"keybindings-0.0.1" = "sha256-6gGviJF4/gzoPxgh0XJXXrhQoWxOTqyI9fwiOE+TY7s=";
};
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin