nix-gitlab-ci/lib/flake.nix

6 lines
86 B
Nix

{
outputs = _i: {
lib = import ./.;
flakeModule = ./flakeModule.nix;
};
}