hydra/t/jobs/flake-checks/flake.nix
John Ericson 8a8ac14877 Test using Hydra with flakes
It seemed there was no self-contained end-to-end test actually doing
this?!

Among other things, this will help ensure that the switch-over to
`nix-eval-jobs` is correct.
2025-02-06 21:30:49 -05:00

7 lines
71 B
Nix

{
outputs = { ... }: {
checks =
import ./basic.nix;
};
}