chore: Add git-crypt to Nix
This commit is contained in:
parent
3fc66b2583
commit
f245861f24
1 changed files with 1 additions and 0 deletions
|
@ -4,5 +4,6 @@ pkgs.mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.hugo
|
pkgs.hugo
|
||||||
pkgs.nodejs
|
pkgs.nodejs
|
||||||
|
pkgs.git-crypt
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue