mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
docs: add remaining docs back with some additions/improvements
This commit is contained in:
parent
f147295418
commit
0bd75fd1bb
12 changed files with 538 additions and 1 deletions
20
docs/soonix.md
Normal file
20
docs/soonix.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Soonix Integration
|
||||
|
||||
[Soonix](https://soonix.projects.tf) can be used to automatically generate the
|
||||
`.gitlab-ci.yml` for you.
|
||||
This will by default include the CI/CD component with the same version as the
|
||||
flake (using the `VERSION` file in this repo).
|
||||
|
||||
You can specify some options to configure this, like changing the component URL
|
||||
or adding extra data to your `.gitlab-ci.yml` (like this repo does to bootstrap
|
||||
Nix-GitLab-CI). See [Options](./options.md#configsoonix) for all the config options.
|
||||
|
||||
You can use it like this:
|
||||
|
||||
```nix
|
||||
let
|
||||
ci = cilib.mkCI { ... };
|
||||
in {
|
||||
soonix.hooks."ci" = ci.soonix;
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue