tests.basic -> tests.gotosocial

This commit is contained in:
Qyriad 2026-02-10 14:19:55 +01:00
parent 68e9b9a1e4
commit 1f466b63d3
9 changed files with 23 additions and 16 deletions

View file

@ -27,5 +27,5 @@
};
in lib.makeScope lib.callPackageWith (self: {
basic = runDynixTest ./basic/test.nix;
gotosocial = runDynixTest ./gotosocial/test.nix;
})