diff --git a/pkgs/by-name/tr/triforce-lv2/package.nix b/pkgs/by-name/tr/triforce-lv2/package.nix index 0d736c449692..6ad7d5e6059c 100644 --- a/pkgs/by-name/tr/triforce-lv2/package.nix +++ b/pkgs/by-name/tr/triforce-lv2/package.nix @@ -3,6 +3,7 @@ rustPlatform, fetchFromGitHub, stdenv, + nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { @@ -31,6 +32,10 @@ rustPlatform.buildRustPackage (finalAttrs: { "LIBDIR=lib" ]; + passthru = { + updateScript = nix-update-script { }; + }; + meta = { homepage = "https://github.com/chadmed/triforce"; description = "Beamformer for Apple Silicon laptops";