Skip to content

Commit

Permalink
fix(nix): udev as buildInput
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet committed Feb 9, 2024
1 parent 1c92791 commit 703a04b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
nativeBuildInputs = with pkgs; [
pkg-config
rust
];

buildInputs = with pkgs; [
udev
];
};
Expand Down

0 comments on commit 703a04b

Please sign in to comment.