tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gitstatus: replace `git` with `gitMinimal`
Pol Dellaiera
1 year ago
3c05d6b6
b28a138a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
gi
gitstatus
package.nix
+2
-2
pkgs/by-name/gi/gitstatus/package.nix
···
3
3
lib,
4
4
stdenv,
5
5
fetchFromGitHub,
6
6
-
git,
6
6
+
gitMinimal,
7
7
zsh,
8
8
zlib,
9
9
runtimeShell,
···
77
77
# command ran successfully. This tests the binary itself and the zsh
78
78
# integration.
79
79
nativeInstallCheckInputs = [
80
80
-
git
80
80
+
gitMinimal
81
81
zsh
82
82
];
83
83
doInstallCheck = true;