From 597e0ebfd119e580d1611bc66bcb547b276b33ff Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 7 Jul 2025 17:02:49 -0400 Subject: [PATCH] removing old bfg package --- modules/home/git-conf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/git-conf.nix b/modules/home/git-conf.nix index 8b12cfb..c20fac4 100644 --- a/modules/home/git-conf.nix +++ b/modules/home/git-conf.nix @@ -3,7 +3,7 @@ { home.packages = with pkgs; [ # git-annex - bfg-repo-cleaner + git-filter-repo delta ];