Add and organize test assets

This commit is contained in:
cheddar 2025-02-21 19:13:41 -05:00
parent d0958d2366
commit 3a838b4f21
No known key found for this signature in database
8 changed files with 9 additions and 0 deletions

View file

@ -2,5 +2,6 @@
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
go
caddy
];
}