Add openssh as runtime dependency for the git module

This commit is contained in:
Sameer Rahmani 2024-05-09 22:17:24 +01:00
parent fa99f3b79c
commit b5257f57d3
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ in
fg42.paths = (with pkgs;[
git
openssh
]);
fg42.requires = [ drv.pname ];