tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
mcaimi-st: add update script
Acid Bong
8 months ago
f89c42fe
f5594528
+5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
mc
mcaimi-st
package.nix
+5
pkgs/by-name/mc/mcaimi-st/package.nix
···
8
8
libXft,
9
9
ncurses,
10
10
pkg-config,
11
11
+
nix-update-script,
11
12
}:
12
13
13
14
stdenv.mkDerivation {
···
39
40
40
41
runHook postInstall
41
42
'';
43
43
+
44
44
+
passthru.updateScript = nix-update-script {
45
45
+
extraArgs = [ "--version=branch" ];
46
46
+
};
42
47
43
48
meta = {
44
49
homepage = "https://github.com/mcaimi/st";