summaryrefslogtreecommitdiffstats
path: root/nixos/tests/agda/default.nix
blob: ad0527beac308163de02695d7802bf515ffd6f18 (plain)
1
2
3
4
5
{ runTest }:
{
  base = runTest ./base.nix;
  override-with-backend = runTest ./override-with-backend.nix;
}