mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: consolidate dev modules
This commit is contained in:
parent
26746d07d6
commit
bbe2cbe923
4 changed files with 10 additions and 25 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue