mirror of
https://gitlab.com/TECHNOFAB/soonix.git
synced 2025-12-11 22:00:05 +01:00
feat: add CI with nix-gitlab-ci
This commit is contained in:
parent
63a8dfab9c
commit
93b282cd27
6 changed files with 79 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue