feat(nix): add git-blame-rank to essential packages

This commit is contained in:
2026-03-19 13:47:45 -07:00
committed by Kat Huang
parent de5e2bcfb0
commit be0e42b534
2 changed files with 10 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{ pkgs, inputs, ... }:
let
git-blame-rank = inputs.git-blame-rank.packages.${pkgs.stdenv.hostPlatform.system}.default;
keepbook = inputs.keepbook.packages.${pkgs.stdenv.hostPlatform.system}.keepbook.overrideAttrs (_: {
# Upstream checks currently depend on TS artifacts that are not built in Nix.
doCheck = false;
@@ -29,6 +30,7 @@ in
gdb
gh
git-fame
git-blame-rank
git-lfs
git-sync
git-sync-rs