Skip to content

Commit a89822e

Browse files
authored
gitlab: allow to use bundler from nixpkgs, rather than bundler from (#382196)
2 parents 44bac51 + 469728b commit a89822e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nixos/modules/services/misc/gitlab.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ let
184184
prometheus_multiproc_dir = "/run/gitlab";
185185
RAILS_ENV = "production";
186186
MALLOC_ARENA_MAX = "2";
187+
# allow to use bundler version from nixpkgs
188+
# rather than version listed in Gemfile.lock
189+
BUNDLER_VERSION = pkgs.bundler.version;
187190
} // cfg.extraEnv;
188191

189192
runtimeDeps = [ git ] ++ (with pkgs; [

0 commit comments

Comments
 (0)