feat: add CI with nix-gitlab-ci

This commit is contained in:
technofab 2025-09-04 11:01:08 +02:00
parent 63a8dfab9c
commit 93b282cd27
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
6 changed files with 79 additions and 3 deletions

View file

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