mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
8 lines
144 B
Nix
8 lines
144 B
Nix
{
|
|
description = "Nix-GitLab-CI lib";
|
|
|
|
outputs = {...}: {
|
|
flakeModule = import ./flakeModule.nix;
|
|
lib = import ./default.nix;
|
|
};
|
|
}
|