Merge pull request #160379 from bbigras/solo2-key
solo2-cli: install udev file
This commit is contained in:
commit
fe189ca145
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue