integration-tests: Add default.nix

This commit is contained in:
Zhaofeng Li 2021-12-02 12:47:57 -08:00
parent a42e8c5bf0
commit 5b2d8d75e7
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# Integration Tests
A set of integration tests using the NixOS test framework.
To run the tests, use `nix-build default.nix`.

View file

@ -0,0 +1,5 @@
{
apply = import ./apply;
apply-local = import ./apply-local;
exec = import ./exec;
}