summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/mqtt_sub.nix
diff options
context:
space:
mode:
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
]))