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
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
rebuild
|
git
|
||||||
|
git-crypt
|
||||||
nixFlakes
|
nixFlakes
|
||||||
|
rebuild
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CONF_DIR = let
|
NIX_CONF_DIR = let
|
||||||
|
|
Loading…
Reference in a new issue