From 476f9b513b3eb4b09a905ce0514638b4ce9409fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Wed, 9 Apr 2025 17:32:53 +0200 Subject: [PATCH] fix: remove unused dev packages - Stable gitoxide is insecure (and I mostly rely on jj rn) - As I switched to jj `git-absorb` is unneeded --- modules/hm/options.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/hm/options.nix b/modules/hm/options.nix index 2f65337..e274f52 100644 --- a/modules/hm/options.nix +++ b/modules/hm/options.nix @@ -198,8 +198,6 @@ in [ "just" ] # just a command runner [ "typos" ] # low false positive rate typo checker [ "gcc" ] # GNU Compiler Collection - [ "git-absorb" ] # fixup! but automatic - [ "gitoxide" ] # git but RiiR [ "man-pages" ] # gimme the man pages [ "man-pages-posix" ] # I said gimme the man pages!!! ];