nyx: use python3 by default

This commit is contained in:
Doron Behar 2020-04-06 20:14:08 +03:00
parent f601ab37c2
commit a996d7c4a9

View File

@ -1,6 +1,6 @@
{ lib, pythonPackages }:
{ lib, python3Packages }:
with pythonPackages;
with python3Packages;
buildPythonApplication rec {
pname = "nyx";