mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
8 lines
242 B
Nix
8 lines
242 B
Nix
args: {
|
|
helpers = import ./helpers.nix args;
|
|
jobDeps = import ./jobDeps.nix args;
|
|
jobRun = import ./jobRun.nix args;
|
|
jobPatch = import ./jobPatch.nix args;
|
|
pipeline = import ./pipeline.nix args;
|
|
utils = import ./utils.nix args;
|
|
}
|