flake: add 'git-crypt' and 'gnupg' to devShell
This commit is contained in:
parent
61fcfec4cb
commit
65d90dfc2c
1 changed files with 2 additions and 0 deletions
|
|
@ -50,7 +50,9 @@
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
name = "NixOS-config";
|
name = "NixOS-config";
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
git-crypt
|
||||||
gitAndTools.pre-commit
|
gitAndTools.pre-commit
|
||||||
|
gnupg
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue