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