Require python3

0xee 2019-10-31 18:17:06 +01:00
parent b645143b60
commit 23e200cb0a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ python }:
with python.pkgs;
{ python3 }:
with python3.pkgs;
buildPythonApplication rec {
name = "mqtt-dash";
src = ./.;