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

@@ -54,6 +54,14 @@
};
};
git-blame-rank = {
url = "github:colonelpanic8/git-blame-rank";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
org-agenda-api = {
url = "github:colonelpanic8/org-agenda-api";
inputs = {