gitlab: add all necessary gem groups

wip/yesman
Robin Gloster 5 years ago
parent 722ee7756b
commit 5589612599
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
  1. 4
      pkgs/applications/version-management/gitlab/default.nix

@ -18,7 +18,9 @@ let
dontBuild = false;
};
};
groups = [ "default" "unicorn" "ed25519" "metrics" ];
groups = [
"default" "unicorn" "ed25519" "metrics" "development" "puma" "test"
];
# N.B. omniauth_oauth2_generic and apollo_upload_server both provide a
# `console` executable.
ignoreCollisions = true;

Loading…
Cancel
Save