about summary refs log blame commit diff
path: root/overrides/default.nix
blob: 8bc49dec475a542c29f678b56656793520cfd2a4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                                                    
               

 
                                                          




                                                                        
                                         
 
# 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;
}