git-fire: move to upstream

auto-flake-update
Yorick van Pelt 2021-05-30 11:48:43 +02:00
parent e4c264569a
commit 55cd33add7
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
2 changed files with 1 additions and 14 deletions

View File

@ -8,19 +8,6 @@
libinput-gestures = super.libinput-gestures.override { extraUtilsPath = [
self.xdotool self.python3
];};
gitFire = self.stdenv.mkDerivation {
src = self.fetchFromGitHub {
owner = "qw3rtman";
repo = "git-fire";
rev = "f485fffedbc4f719c55547be22ccd0080e592c9a";
sha256 = "1f7m1rypir85p33bgaggw5kgxjv7qy69zn1ci3b26rxr2a06fqwy";
};
name = "git-fire";
installPhase = ''
mkdir -p $out/bin/
install git-fire $out/bin/
'';
};
weiightminder = super.callPackage (builtins.fetchGit {
url = https://gist.github.com/yorickvP/229d21a7da13c9c514dbd26147822641;

View File

@ -97,7 +97,7 @@ in {
];
code = mkEnv "y-code" (with gitAndTools; [
python3 git-crypt hub gnumake cloc silver-searcher gitFire gti gcc
python3 git-crypt hub gnumake cloc silver-searcher git-fire gti gcc
gdb sqlite
]);
java = openjdk;