about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-10 22:50:13 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-10 22:50:13 +0200
commit19f7840789fff99d3dd9634d2793c07c5b20e34e (patch)
treee09bd775c949876dbc552c4afa5c2e32ef70c33a /hm
parentchore(treewide): Remove git crypt (diff)
downloadnixos-config-19f7840789fff99d3dd9634d2793c07c5b20e34e.zip
chore(treewide): Fully remove any last mentions of git-crypt
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/pkgs/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix
index a76740b6..c821cd94 100644
--- a/hm/soispha/pkgs/default.nix
+++ b/hm/soispha/pkgs/default.nix
@@ -128,7 +128,6 @@ with pkgs; let
     Programming = {
       GeneralTools = [
         git # the fast distributed version control system
-        git-crypt # mostly here to avoid problems in repositories, where the flake can't be loaded
         git-absorb # git commit --fixup, but automatic
         glow # Command-line markdown renderer
       ];