Skip to content

Commit

Permalink
gitlab: add link to nixos test in passthru.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog committed Jun 13, 2019
1 parent bf01a3b commit 42170cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/applications/version-management/gitlab/default.nix
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, fetchFromGitLab, bundlerEnv
, ruby, tzdata, git, procps, nettools
, ruby, tzdata, git, procps, nettools, nixosTests
, gitlabEnterprise ? false
}:

Expand Down Expand Up @@ -95,6 +95,9 @@ stdenv.mkDerivation rec {
GITLAB_PAGES_VERSION = data.passthru.GITLAB_PAGES_VERSION;
GITLAB_SHELL_VERSION = data.passthru.GITLAB_SHELL_VERSION;
GITLAB_WORKHORSE_VERSION = data.passthru.GITLAB_WORKHORSE_VERSION;
tests = {
nixos-test-passes = nixosTests.gitlab;
};
};

meta = with lib; {
Expand Down

0 comments on commit 42170cb

Please sign in to comment.