feat(nix): add git-blame-rank to essential packages
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{ pkgs, inputs, ... }:
|
{ pkgs, inputs, ... }:
|
||||||
let
|
let
|
||||||
|
git-blame-rank = inputs.git-blame-rank.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||||
keepbook = inputs.keepbook.packages.${pkgs.stdenv.hostPlatform.system}.keepbook.overrideAttrs (_: {
|
keepbook = inputs.keepbook.packages.${pkgs.stdenv.hostPlatform.system}.keepbook.overrideAttrs (_: {
|
||||||
# Upstream checks currently depend on TS artifacts that are not built in Nix.
|
# Upstream checks currently depend on TS artifacts that are not built in Nix.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
@@ -29,6 +30,7 @@ in
|
|||||||
gdb
|
gdb
|
||||||
gh
|
gh
|
||||||
git-fame
|
git-fame
|
||||||
|
git-blame-rank
|
||||||
git-lfs
|
git-lfs
|
||||||
git-sync
|
git-sync
|
||||||
git-sync-rs
|
git-sync-rs
|
||||||
|
|||||||
@@ -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 = {
|
org-agenda-api = {
|
||||||
url = "github:colonelpanic8/org-agenda-api";
|
url = "github:colonelpanic8/org-agenda-api";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user