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.
This commit is contained in:
John Ericson
2025-02-06 21:30:49 -05:00
parent 250668a19f
commit 8a8ac14877
4 changed files with 112 additions and 9 deletions

View File

@ -0,0 +1,6 @@
{
outputs = { ... }: {
checks =
import ./basic.nix;
};
}