mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
chore: add treefmt and format files
This commit is contained in:
parent
f30adf88d3
commit
97f49cbdf6
4 changed files with 67 additions and 55 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
Flake module which allows generating a `.gitlab-ci.yml` from Nix.
|
||||
This allows easily using any Nix package in CI.
|
||||
Also makes it possible to split CI parts in a separate module
|
||||
Also makes it possible to split CI parts in a separate module
|
||||
which can be imported in multiple projects.
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```nix
|
||||
# flake.nix
|
||||
{
|
||||
|
|
@ -37,6 +37,7 @@ which can be imported in multiple projects.
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
```yaml
|
||||
# .gitlab-ci.yml
|
||||
include:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue