1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

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.
This commit is contained in:
talyz 2020-03-03 20:13:49 +01:00 committed by Milan
parent affcf9ba1e
commit 74769b6799

View file

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