Merge pull request #160379 from bbigras/solo2-key

solo2-cli: install udev file
This commit is contained in:
Bruno Bigras 2022-02-16 20:18:56 -05:00 committed by GitHub
commit fe189ca145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}
'';