mirror of
https://github.com/unmojang/meta.git
synced 2025-09-22 10:43:29 -04:00
fix(nix): add ssh to PATH
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
35a6fee7c0
commit
d215ec0383
@ -7,6 +7,7 @@
|
||||
requests,
|
||||
filelock,
|
||||
git,
|
||||
openssh,
|
||||
packaging,
|
||||
pydantic_1,
|
||||
python,
|
||||
@ -53,10 +54,10 @@ buildPythonApplication {
|
||||
|
||||
wrapProgram $out/bin/update \
|
||||
--prefix PYTHONPATH : "$PYTHONPATH" \
|
||||
--prefix PATH : ${lib.makeBinPath [git python rsync]}
|
||||
--prefix PATH : ${lib.makeBinPath [git openssh python rsync]}
|
||||
|
||||
wrapProgram $out/bin/init \
|
||||
--prefix PATH : ${lib.makeBinPath [git]}
|
||||
--prefix PATH : ${lib.makeBinPath [git openssh]}
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
x
Reference in New Issue
Block a user