shell.nix: add git-crypt dependency

This commit is contained in:
Timothy DeHerrera 2020-01-03 17:06:32 -07:00
parent a125cc3396
commit dd9856d519
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -18,8 +18,10 @@ let
in
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
rebuild
git
git-crypt
nixFlakes
rebuild
];
NIX_CONF_DIR = let