Unverified Commit cb119aa9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

factorial: remove alias usage

parent f4b362d7
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 ./. [