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
No known key found for this signature in database
6 changed files with 79 additions and 3 deletions

View file

@ -1,11 +1,14 @@
{
inputs,
cell,
...
}: let
inherit (inputs) soonix;
inherit (cell) ci;
in
(soonix.make {
hooks = {
ci = ci.soonix;
test = {
output = "test.yaml";
generator = "nix";