-
-
Notifications
You must be signed in to change notification settings - Fork 17.5k
rust-streamdeck: init at 0.9.0 #371284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-streamdeck: init at 0.9.0 #371284
Conversation
8d8992e to
2dee42b
Compare
|
Can you add a versionCheckHook? It basically runs the binary with a flag and checks basically if the version is in the output. It's for basic checking of runtime failures. |
|
2dee42b to
b283a88
Compare
it ignores
|
3cefc84 to
18fc984
Compare
|
18fc984 to
643eff3
Compare
|
Thanks, I've done it! |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please ask upstream to include a Cargo.lock. We try to avoid including lockfiles in nixpkgs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done here: ryankurte/rust-streamdeck#38
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| mkdir -p $out/lib/udev/rules.d | |
| cp $src/40-streamdeck.rules $out/lib/udev/rules.d/ | |
| install -Dm444 40-streamdeck.rules -t $out/lib/udev/rules.d/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| rev = "v${version}"; | |
| tag = "v${version}"; |
643eff3 to
82a57b5
Compare
82a57b5 to
fd244e3
Compare
I've added
rust-streamdeck, a CLI used to managed Elgato decksThings done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.