speakersafetyd: add nix-update-script

This commit is contained in:
Jasi
2025-06-26 16:54:53 -04:00
parent 0c54773e7f
commit f6ecfe5d2b
@@ -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";