Require python3
parent
b645143b60
commit
23e200cb0a
|
@ -1,5 +1,5 @@
|
|||
{ python }:
|
||||
with python.pkgs;
|
||||
{ python3 }:
|
||||
with python3.pkgs;
|
||||
buildPythonApplication rec {
|
||||
name = "mqtt-dash";
|
||||
src = ./.;
|
||||
|
|
Loading…
Reference in New Issue