mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
solo2-cli: install udev file
This commit is contained in:
parent
007c8d9011
commit
5cfeb52dd8
@ -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 New Issue
Block a user