diff options
author | Soispha <soispha@vhack.eu> | 2024-03-28 22:26:41 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-29 22:55:39 +0100 |
commit | 71dce73ae36e9a956c74f6745402a72e6d6b48e9 (patch) | |
tree | 313d802beaf6252b756432978b6e8f4c6167e0a4 /system/packages | |
parent | fix(gitattributes): Remove unused taskserver paths (diff) | |
download | nixos-server-71dce73ae36e9a956c74f6745402a72e6d6b48e9.tar.gz nixos-server-71dce73ae36e9a956c74f6745402a72e6d6b48e9.zip |
chore(git-crypt): Remove `git-crypt` and associated encrypted files
Diffstat (limited to 'system/packages')
-rw-r--r-- | system/packages/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/packages/default.nix b/system/packages/default.nix index 11ad1d8..12e4c93 100644 --- a/system/packages/default.nix +++ b/system/packages/default.nix @@ -2,7 +2,6 @@ environment.systemPackages = with pkgs; [ jre_minimal git - git-crypt zsh neovim btrfs-progs |