aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-28 22:15:37 +0900
committernsfisis <nsfisis@gmail.com>2025-04-28 22:15:37 +0900
commit20b7f6efbf44ed10a76adfcf07ae858f3512399a (patch)
tree9bd4b977d0d50f886ab87926c256969bced01816 /default.nix
parent7699ec49c8615fca45b0f025ddf0cc373d61d720 (diff)
downloadnur-packages-20b7f6efbf44ed10a76adfcf07ae858f3512399a.tar.gz
nur-packages-20b7f6efbf44ed10a76adfcf07ae858f3512399a.tar.zst
nur-packages-20b7f6efbf44ed10a76adfcf07ae858f3512399a.zip
feat(git-helpers): new
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 7552163..5a3ea2e 100644
--- a/default.nix
+++ b/default.nix
@@ -19,6 +19,7 @@
example-package = pkgs.callPackage ./pkgs/example-package { };
hgrep = pkgs.callPackage ./pkgs/hgrep { };
+ git-helpers = pkgs.callPackage ./pkgs/git-helpers { };
reparojson = pkgs.callPackage ./pkgs/reparojson { };
term-banner = pkgs.callPackage ./pkgs/term-banner { };
term-clock = pkgs.callPackage ./pkgs/term-clock { };