triforce-lv2: add nix-update-script

This commit is contained in:
Jasi
2025-06-27 12:39:13 -04:00
parent 737f0b98d7
commit efb035360f
+5
View File
@@ -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";