chore: consolidate dev modules

This commit is contained in:
oddlama 2024-11-13 19:51:06 +01:00
parent 26746d07d6
commit bbe2cbe923
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 10 additions and 25 deletions

View file

@ -10,7 +10,7 @@
}: let
binPath = lib.makeBinPath ([gitAndTools.hub gitAndTools.delta bc bat] ++ extraPackages);
in
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation {
pname = "git-fuzzy";
version = "unstable-2023-09-18";
src = fetchFromGitHub {