diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-10 22:50:13 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-10 22:50:13 +0200 |
commit | 19f7840789fff99d3dd9634d2793c07c5b20e34e (patch) | |
tree | e09bd775c949876dbc552c4afa5c2e32ef70c33a /hm/soispha/pkgs | |
parent | chore(treewide): Remove git crypt (diff) | |
download | nixos-config-19f7840789fff99d3dd9634d2793c07c5b20e34e.zip |
chore(treewide): Fully remove any last mentions of git-crypt
Diffstat (limited to 'hm/soispha/pkgs')
-rw-r--r-- | hm/soispha/pkgs/default.nix | 1 |
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 ]; |