chore: add nixtest for testing and a couple of tests

This commit is contained in:
technofab 2026-01-04 21:26:08 +01:00
parent e08c48b5db
commit e6c13290bb
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
8 changed files with 281 additions and 0 deletions

View file

@ -24,12 +24,14 @@
(simple "docs")
(simple "ci")
(simple "soonix")
(simple "tests")
];
} {
packages = rensa.select inputs.self [
["repo" "docs"]
["repo" "ci" "packages"]
["repo" "soonix" "packages"]
["repo" "tests"]
];
};
}