Update flake

This commit is contained in:
2022-10-15 16:25:00 +02:00
parent 62af5ec3c5
commit ff05ad7e21
4 changed files with 83 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
{
lib
, rustPlatform
, pkgconfig, udev
, pkg-config, udev
, fetchFromGitHub
}:
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
patches = [ ./add-evdev-selector.patch ];
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ udev ];