Compare commits

...

1 Commits

Author SHA1 Message Date
23e200cb0a Require python3 2019-10-31 18:17:06 +01:00

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 = ./.;