Unverified Commit f6ecfe5d authored by Jasi's avatar Jasi
Browse files

speakersafetyd: add `nix-update-script`

parent 0c54773e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";