tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
triforce-lv2: add `nix-update-script`
Jasi
8 months ago
efb03536
737f0b98
+5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
tr
triforce-lv2
package.nix
+5
pkgs/by-name/tr/triforce-lv2/package.nix
···
3
3
rustPlatform,
4
4
fetchFromGitHub,
5
5
stdenv,
6
6
+
nix-update-script,
6
7
}:
7
8
8
9
rustPlatform.buildRustPackage (finalAttrs: {
···
30
31
"DESTDIR=$(out)"
31
32
"LIBDIR=lib"
32
33
];
34
34
+
35
35
+
passthru = {
36
36
+
updateScript = nix-update-script { };
37
37
+
};
33
38
34
39
meta = {
35
40
homepage = "https://github.com/chadmed/triforce";