lol

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

Jasi efb03536 737f0b98

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