diff options
author | tv <tv@krebsco.de> | 2017-10-03 18:48:18 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-10-03 18:48:18 +0200 |
commit | d567c2c21e0fe029a069edda8eda28cd24771511 (patch) | |
tree | bcc1ea51b71b22c18ac653a1b4aded927e6c173e /krebs/2configs/shack | |
parent | 32a8fc0396769946242ef8c1a48fb64ae572e0db (diff) | |
parent | 902a65304d1e07ce5a7192a0403d6fa1bed1f135 (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'krebs/2configs/shack')
-rw-r--r-- | krebs/2configs/shack/muell_caller.nix | 2 | ||||
-rw-r--r-- | krebs/2configs/shack/radioactive.nix | 2 | ||||
-rw-r--r-- | krebs/2configs/shack/worlddomination.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/krebs/2configs/shack/muell_caller.nix b/krebs/2configs/shack/muell_caller.nix index 7e8d278f6..19768cb2e 100644 --- a/krebs/2configs/shack/muell_caller.nix +++ b/krebs/2configs/shack/muell_caller.nix @@ -12,7 +12,7 @@ let buildInputs = [ (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [ docopt - requests2 + requests paramiko python ])) diff --git a/krebs/2configs/shack/radioactive.nix b/krebs/2configs/shack/radioactive.nix index 378b54056..566146d6e 100644 --- a/krebs/2configs/shack/radioactive.nix +++ b/krebs/2configs/shack/radioactive.nix @@ -12,7 +12,7 @@ let buildInputs = [ (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [ docopt - requests2 + requests python ])) ]; diff --git a/krebs/2configs/shack/worlddomination.nix b/krebs/2configs/shack/worlddomination.nix index d0f9f5fa6..828b6cd70 100644 --- a/krebs/2configs/shack/worlddomination.nix +++ b/krebs/2configs/shack/worlddomination.nix @@ -37,7 +37,7 @@ let docopt LinkHeader aiocoap - requests2 + requests paramiko python ])) |