chore: Add git-crypt to Nix

This commit is contained in:
Thomas A. Christensen II 2023-10-05 15:14:15 -05:00
parent 3fc66b2583
commit f245861f24

View file

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