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 }: { python3 }:
with python.pkgs; with python3.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
name = "mqtt-dash"; name = "mqtt-dash";
src = ./.; src = ./.;