Skip to content

Commit

Permalink
seems there was a typo in 23a039a, we should make openssh available
Browse files Browse the repository at this point in the history
in PATH instead of openssl.
  • Loading branch information
AmineChikhaoui committed May 7, 2018
1 parent 14369dd commit f10999a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ rec {

# Add openssh to nixops' PATH. On some platforms, e.g. CentOS and RHEL
# the version of openssh is causing errors when have big networks (40+)
makeWrapperArgs = ["--prefix" "PATH" ":" "${openssl}/bin" "--set" "PYTHONPATH" ":"];
makeWrapperArgs = ["--prefix" "PATH" ":" "${openssh}/bin" "--set" "PYTHONPATH" ":"];

postInstall =
''
Expand Down

0 comments on commit f10999a

Please sign in to comment.