From dd9856d519fe2a24a1fbcd0db4b85bee83dc51ca Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Fri, 3 Jan 2020 17:06:32 -0700 Subject: [PATCH] shell.nix: add git-crypt dependency --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index c677a807..f6030183 100644 --- a/shell.nix +++ b/shell.nix @@ -18,8 +18,10 @@ let in pkgs.mkShell { nativeBuildInputs = with pkgs; [ - rebuild + git + git-crypt nixFlakes + rebuild ]; NIX_CONF_DIR = let