Compare commits

...

1 Commits

Author SHA1 Message Date
0xee 23e200cb0a Require python3 2019-10-31 18:17:06 +01:00
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 = ./.;