flake: add 'git-crypt' and 'gnupg' to devShell

This commit is contained in:
Bruno BELANYI 2021-03-23 18:06:18 +00:00
parent 61fcfec4cb
commit 65d90dfc2c

View file

@ -50,7 +50,9 @@
devShell = pkgs.mkShell {
name = "NixOS-config";
buildInputs = with pkgs; [
git-crypt
gitAndTools.pre-commit
gnupg
nixpkgs-fmt
];
};