git-fire: nitpicks
This commit is contained in:
parent
c91fe60d00
commit
4e0d38cee8
@ -9,15 +9,11 @@ stdenv.mkDerivation {
|
|||||||
rev = "d72b68ed356f726c77c60294f9220275f16c9931";
|
rev = "d72b68ed356f726c77c60294f9220275f16c9931";
|
||||||
sha256 = "1hdwkhyjjx31y0lpjkhbb4f5y9f7g70fnd4c2246cmk2rbsvj5b2";
|
sha256 = "1hdwkhyjjx31y0lpjkhbb4f5y9f7g70fnd4c2246cmk2rbsvj5b2";
|
||||||
};
|
};
|
||||||
|
|
||||||
unpackPhase = ":";
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
install -D -m755 $src/git-fire $out/bin/git-fire
|
||||||
cp $src/git-fire $out/bin
|
|
||||||
chmod +x $out/bin/git-fire
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = ''
|
description = ''
|
||||||
Push ALL changes in a git repository
|
Push ALL changes in a git repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user