Loading pkgs/by-name/gi/gitlab-ci-local/package.nix +8 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ , fetchFromGitHub , lib , nix-update-script , gitlab-ci-local , testers }: buildNpmPackage rec { Loading @@ -23,7 +25,12 @@ buildNpmPackage rec { --replace-fail "npm run cleanup" "true" ''; passthru.updateScript = nix-update-script { }; passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { package = gitlab-ci-local; }; }; meta = with lib;{ description = "Run gitlab pipelines locally as shell executor or docker executor"; Loading Loading
pkgs/by-name/gi/gitlab-ci-local/package.nix +8 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ , fetchFromGitHub , lib , nix-update-script , gitlab-ci-local , testers }: buildNpmPackage rec { Loading @@ -23,7 +25,12 @@ buildNpmPackage rec { --replace-fail "npm run cleanup" "true" ''; passthru.updateScript = nix-update-script { }; passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { package = gitlab-ci-local; }; }; meta = with lib;{ description = "Run gitlab pipelines locally as shell executor or docker executor"; Loading