gitaly: Copy gem files into bundler env instead of symlinking

This fixes issue #79374, where gitaly prints warning messages on the
client side when running push or fetch.
wip/yesman
talyz 4 years ago committed by Milan
parent affcf9ba1e
commit 74769b6799
  1. 1
      pkgs/applications/version-management/gitlab/gitaly/default.nix

@ -5,6 +5,7 @@ let
rubyEnv = bundlerEnv rec {
name = "gitaly-env";
inherit ruby;
copyGemFiles = true;
gemdir = ./.;
gemset =
let x = import (gemdir + "/gemset.nix");

Loading…
Cancel
Save