staticjinja: lift to top level

Most user will probably use the cli tool
This commit is contained in:
Francesco Gazzetta 2020-11-20 19:20:09 +01:00
parent 47ae218d9e
commit 52228daa3a

View File

@ -7621,6 +7621,8 @@ in
stabber = callPackage ../misc/stabber { };
staticjinja = with python3.pkgs; toPythonApplication staticjinja;
stress = callPackage ../tools/system/stress { };
stress-ng = callPackage ../tools/system/stress-ng { };