lol

git-fire: nitpicks

+3 -7
+3 -7
pkgs/tools/misc/git-fire/default.nix
··· 9 9 rev = "d72b68ed356f726c77c60294f9220275f16c9931"; 10 10 sha256 = "1hdwkhyjjx31y0lpjkhbb4f5y9f7g70fnd4c2246cmk2rbsvj5b2"; 11 11 }; 12 - 13 - unpackPhase = ":"; 14 - 12 + 15 13 installPhase = '' 16 - mkdir -p $out/bin 17 - cp $src/git-fire $out/bin 18 - chmod +x $out/bin/git-fire 14 + install -D -m755 $src/git-fire $out/bin/git-fire 19 15 ''; 20 - 16 + 21 17 meta = with stdenv.lib; { 22 18 description = '' 23 19 Push ALL changes in a git repository