lol

triforce-lv2: add `nix-update-script`

Jasi efb03536 737f0b98

+5
+5
pkgs/by-name/tr/triforce-lv2/package.nix
··· 3 3 rustPlatform, 4 4 fetchFromGitHub, 5 5 stdenv, 6 + nix-update-script, 6 7 }: 7 8 8 9 rustPlatform.buildRustPackage (finalAttrs: { ··· 30 31 "DESTDIR=$(out)" 31 32 "LIBDIR=lib" 32 33 ]; 34 + 35 + passthru = { 36 + updateScript = nix-update-script { }; 37 + }; 33 38 34 39 meta = { 35 40 homepage = "https://github.com/chadmed/triforce";