Unverified Commit e39795c4 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

factorial: remove alias usage (#515652)

parents ab15b5d5 cb119aa9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  runCommandNoCC,
  runCommand,
  opentxl,
}:
runCommandNoCC "opentxl-test"
runCommand "opentxl-test"
  {
    nativeBuildInputs = [ opentxl ];
    src = lib.sources.sourceByRegex ./. [