speakersafetyd: add nix-update-script
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
pkg-config,
|
||||
alsa-lib,
|
||||
udevCheckHook,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
@@ -46,6 +47,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
dontCargoInstall = true;
|
||||
doInstallCheck = true;
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Userspace daemon that implements the Smart Amp protection model";
|
||||
mainProgram = "speakersafetyd";
|
||||
|
||||
Reference in New Issue
Block a user