nyx: use python3 by default
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ lib, pythonPackages }:
|
{ lib, python3Packages }:
|
||||||
|
|
||||||
with pythonPackages;
|
with python3Packages;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "nyx";
|
pname = "nyx";
|
||||||
|
|||||||
Reference in New Issue
Block a user