diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/default.nix | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/tests/default.nix b/tests/default.nix new file mode 100644 index 0000000..5c165db --- /dev/null +++ b/tests/default.nix @@ -0,0 +1,6 @@ +{ nixpkgs ? (import ../inputs.nix { }).nixpkgs }: + +{ +  bookwyrm = nixpkgs.nixosTest ./bookwyrm.nix; +  travelynx = nixpkgs.nixosTest ./travelynx.nix; +} | 
