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
rustPlatform,
4
fetchFromGitHub,
5
stdenv,
0
6
}:
7
8
rustPlatform.buildRustPackage (finalAttrs: {
···
30
"DESTDIR=$(out)"
31
"LIBDIR=lib"
32
];
0
0
0
0
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";