mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 18:20:07 +01:00
6 lines
86 B
Nix
6 lines
86 B
Nix
{
|
|
outputs = _i: {
|
|
lib = import ./.;
|
|
flakeModule = ./flakeModule.nix;
|
|
};
|
|
}
|