solo2-cli: install udev file

This commit is contained in:
Bruno Bigras 2022-02-16 16:18:32 -05:00
parent 007c8d9011
commit 5cfeb52dd8

View File

@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec {
++ lib.optionals stdenv.isDarwin [ PCSC IOKit CoreFoundation AppKit ];
postInstall = ''
install -D 70-solo2.rules $out/lib/udev/rules.d/70-solo2.rules
installShellCompletion target/*/release/solo2.{bash,fish,zsh}
'';