Add sshtunnel dependency to mycli
Without this package, mycli doesn't support ssh tunnels.
This commit is contained in:
parent
cd5dbe56ff
commit
7ef4d38552
1 changed files with 3 additions and 1 deletions
|
|
@ -141,7 +141,9 @@ let
|
|||
in
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.mycli
|
||||
(pkgs.mycli.overridePythonAttrs (old: {
|
||||
dependencies = old.dependencies ++ [ pkgs.python3Packages.sshtunnel ];
|
||||
}))
|
||||
(pkgs.stdenv.mkDerivation {
|
||||
name = "myssh";
|
||||
propagatedBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue