gitlab: allow to use bundler from nixpkgs, rather than bundler from

Gemfile.lock
This commit is contained in:
Kirill Radzikhovskyy
2025-02-15 12:55:42 +11:00
parent 8bb37161a0
commit 469728b042
+3
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; [