shell.nix: add git-crypt dependency
This commit is contained in:
parent
a125cc3396
commit
dd9856d519
1 changed files with 3 additions and 1 deletions
|
@ -18,8 +18,10 @@ let
|
|||
in
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
rebuild
|
||||
git
|
||||
git-crypt
|
||||
nixFlakes
|
||||
rebuild
|
||||
];
|
||||
|
||||
NIX_CONF_DIR = let
|
||||
|
|
Loading…
Reference in a new issue