diff options
Diffstat (limited to 'third_party/git/default.nix')
-rw-r--r-- | third_party/git/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/git/default.nix b/third_party/git/default.nix index fd847274e129..10e47fea26f8 100644 --- a/third_party/git/default.nix +++ b/third_party/git/default.nix @@ -1,8 +1,8 @@ # Use the upstream git derivation (there's a lot of stuff happening in # there!) and just override the source: -{ pkgs, ... }: +{ depot, ... }: -with pkgs.third_party; +with depot.third_party; (originals.git.overrideAttrs(_: { version = "2.23.0"; |