summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-11-17 20:03:10 +0100
committermakefu <github@syntax-fehler.de>2020-11-17 20:03:10 +0100
commit3f202e6ed5725935fb3737536558c28497152b23 (patch)
tree81154b3dab11cf096c71651ca5a47fcf501f9820
parentf911324c592ebd7809472a4100a8f6a6c83b0fe2 (diff)
shack/mqtt_sub: use python3 instead of 3.5
-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
]))