mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2026-05-04 18:29:30 +02: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;
|
|
};
|
|
}
|