chore: Remove git-crypt from nix shell

This commit is contained in:
Thomas A. Christensen II 2024-12-01 20:07:05 -07:00
parent 8b2cdb8f2f
commit 183ed2db2c
Signed by: millironx
GPG key ID: B7044A3432851F64

View file

@ -4,6 +4,5 @@ pkgs.mkShell {
buildInputs = [
pkgs.hugo
pkgs.nodejs
pkgs.git-crypt
];
}