mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
8 lines
99 B
Nix
8 lines
99 B
Nix
{
|
|
imports = [
|
|
./utils.nix
|
|
./ci-lib.nix
|
|
./helpers.nix
|
|
./pipeline-yamls.nix
|
|
];
|
|
}
|