Skip to content

Commit

Permalink
gitaly: Fix IFD import
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Jul 16, 2019
1 parent 783c2f6 commit 9f77b4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ let
inherit ruby;
gemdir = ./.;
gemset =
let x = import "${gemdir}/gemset.nix";
let x = import (gemdir + "/gemset.nix");
in x // {
# grpc expects the AR environment variable to contain `ar rpc`. See the
# discussion in nixpkgs #63056.
Expand Down

0 comments on commit 9f77b4a

Please sign in to comment.