Require python3
This commit is contained in:
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
Block a user