diff options
Diffstat (limited to 'krebs/2configs/shack/radioactive.nix')
-rw-r--r-- | krebs/2configs/shack/radioactive.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ])) ]; |