introducing tests

This commit is contained in:
Ranomier 2025-03-27 19:09:00 +01:00
parent 708a7304f7
commit 2097c0a290
3 changed files with 44 additions and 0 deletions

5
tests/default.nix Normal file
View file

@ -0,0 +1,5 @@
{...}: {
imports = [
./glitchtip-container.nix
];
}