triforce-lv2: add nix-update-script
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user