factorial: remove alias usage

This commit is contained in:
Sandro
2026-05-02 01:03:10 +02:00
committed by GitHub
parent f4b362d797
commit cb119aa96b
@@ -1,9 +1,9 @@
{
lib,
runCommandNoCC,
runCommand,
opentxl,
}:
runCommandNoCC "opentxl-test"
runCommand "opentxl-test"
{
nativeBuildInputs = [ opentxl ];
src = lib.sources.sourceByRegex ./. [