From 726e32d40821a0cc0c8ee13f0d1bb6951e611677 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 4 Nov 2018 13:41:45 +0100 Subject: [PATCH] shell: add emergency tools --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.nix b/shell.nix index b79404e..9ea28a3 100644 --- a/shell.nix +++ b/shell.nix @@ -27,6 +27,9 @@ stdenv.mkDerivation { name = "infra-env"; buildInputs = [ just + git-crypt + vcsh + gnupg ]; # Set Environment Variables