gitlab: allow to use bundler from nixpkgs, rather than bundler from (#382196)

This commit is contained in:
Leona Maroni
2025-02-20 09:41:07 +01:00
committed by GitHub

View File

@@ -184,6 +184,9 @@ let
prometheus_multiproc_dir = "/run/gitlab";
RAILS_ENV = "production";
MALLOC_ARENA_MAX = "2";
# allow to use bundler version from nixpkgs
# rather than version listed in Gemfile.lock
BUNDLER_VERSION = pkgs.bundler.version;
} // cfg.extraEnv;
runtimeDeps = [ git ] ++ (with pkgs; [