gitaly: Fix IFD import
This commit is contained in:
parent
783c2f6106
commit
9f77b4a599
@ -6,7 +6,7 @@ let
|
|||||||
inherit ruby;
|
inherit ruby;
|
||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
gemset =
|
gemset =
|
||||||
let x = import "${gemdir}/gemset.nix";
|
let x = import (gemdir + "/gemset.nix");
|
||||||
in x // {
|
in x // {
|
||||||
# grpc expects the AR environment variable to contain `ar rpc`. See the
|
# grpc expects the AR environment variable to contain `ar rpc`. See the
|
||||||
# discussion in nixpkgs #63056.
|
# discussion in nixpkgs #63056.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user