paisa: add nixos-tests

This commit is contained in:
Sebastian Kowalak
2025-07-16 21:19:43 +02:00
parent e3af27cc8b
commit 6554afc3ba
+4
View File
@@ -79,6 +79,10 @@ buildGoModule (finalAttrs: {
];
versionCheckProgramArg = "version";
passthru.tests = {
inherit (nixosTests) paisa;
};
preBuild = ''
cp -r ${finalAttrs.frontend}/web/static ./web
'';