mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 18:20:07 +01:00
9 lines
150 B
Nix
9 lines
150 B
Nix
{
|
|
description = "Nix-CI lib";
|
|
|
|
outputs = {...} @ inputs:
|
|
{
|
|
flakeModule = import ./flakeModule.nix;
|
|
}
|
|
// (import ./utils.nix);
|
|
}
|