diff --git a/flake.nix b/flake.nix index 55e6aa9..7e0764b 100644 --- a/flake.nix +++ b/flake.nix @@ -39,8 +39,8 @@ inherit (cargoToml.package) name version; src = ./.; cargoLock.lockFile = ./Cargo.lock; - buildInputs = nonRustDeps; - nativeBuildInputs = nonRustDeps; + nativeBuildInputs = with pkgs; [pkg-config udev libudev-zero]; + buildInputs = with pkgs; [udev libudev-zero]; postInstall = '' mkdir -p $out/etc/udev/rules.d echo "${udev-rule}" > $out/etc/udev/rules.d/70-heliox.rules