tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
git-fire: nitpicks
Jörg Thalheim
8 years ago
4e0d38ce
c91fe60d
+3
-7
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
git-fire
default.nix
+3
-7
pkgs/tools/misc/git-fire/default.nix
···
9
9
rev = "d72b68ed356f726c77c60294f9220275f16c9931";
10
10
sha256 = "1hdwkhyjjx31y0lpjkhbb4f5y9f7g70fnd4c2246cmk2rbsvj5b2";
11
11
};
12
12
-
13
13
-
unpackPhase = ":";
14
14
-
12
12
+
15
13
installPhase = ''
16
16
-
mkdir -p $out/bin
17
17
-
cp $src/git-fire $out/bin
18
18
-
chmod +x $out/bin/git-fire
14
14
+
install -D -m755 $src/git-fire $out/bin/git-fire
19
15
'';
20
20
-
16
16
+
21
17
meta = with stdenv.lib; {
22
18
description = ''
23
19
Push ALL changes in a git repository