summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/mqtt_sub.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-11-17 21:42:50 +0100
committerlassulus <lassulus@lassul.us>2020-11-17 21:42:50 +0100
commitb55c1126c291ca546da6ef2068a9e8413f814018 (patch)
treee99cc8d1b3049ba9b67ef7f19332e3122b38fe0d /krebs/2configs/shack/mqtt_sub.nix
parent155beb7f7e073f959f2a0c5d17b4ae789989ab16 (diff)
parent064d51001d2daa17408fdf0311c763e05e0fe9c4 (diff)
Merge remote-tracking branch 'gum/20.09' into 20.09
Diffstat (limited to 'krebs/2configs/shack/mqtt_sub.nix')
-rw-r--r--krebs/2configs/shack/mqtt_sub.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/shack/mqtt_sub.nix b/krebs/2configs/shack/mqtt_sub.nix
index bd0b6df8..af2bc1e6 100644
--- a/krebs/2configs/shack/mqtt_sub.nix
+++ b/krebs/2configs/shack/mqtt_sub.nix
@@ -10,7 +10,7 @@ let
sha256 = "1334jbbzlqizyp7zcn4hdswhhrnkj1p4p435n5nph82lzffrsi44";
};
buildInputs = [
- (pkgs.python35.withPackages (pythonPackages: with pythonPackages; [
+ (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
docopt
paho-mqtt
]))