8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "FrameworkComputer";
16 hash = "sha256-wJi7FQrvMbdTwvbbjBnzmxupMbEuM8TeZ0JIK5ulQKI=";
19 cargoHash = "sha256-X8pBv4dFiiLDKDjyW3XpVOdzq5c5/4GcRL6jnJ8Rf1A=";
30 # test doesn't compile
35 description = "Commandline tool for interactng with QMK devices over HID";
36 homepage = "https://github.com/FrameworkComputer/qmk_hid";
37 license = with licenses; [ bsd3 ];
39 mainProgram = "qmk_hid";