about summary refs log tree commit diff
path: root/overrides/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overrides/default.nix')
-rw-r--r--overrides/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/overrides/default.nix b/overrides/default.nix
deleted file mode 100644
index 8bc49dec47..0000000000
--- a/overrides/default.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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;
-}