depot/third_party/tvl/overrides/default.nix
Default email c4fb0432ae Project import generated by Copybara.
GitOrigin-RevId: 3fc1143a04da49a92c3663813c6a0c1e8ccd477f
2020-09-29 23:42:59 -04:00

13 lines
418 B
Nix

# This file is used to move things from nested attribute sets to the
# top-level.
{ depot, ... }:
{
buildGo = depot.nix.buildGo; # TODO(tazjin): remove this
# These packages must be exposed for compatibility with buildGo.
#
# Despite buildGo being tracked in this tree, I want it to be possible
# for external users to import it with the default nixpkgs layout.
inherit (depot.third_party) go ripgrep;
}