Skip to content

Commit

Permalink
fetchgitPrivate: Remove fetcher
Browse files Browse the repository at this point in the history
Since Nix 2.0 we have `builtins.fetchGit` which is a much better
option since it runs in the evaluator and has access to the regular
users ssh keys.
  • Loading branch information
adisbladis authored and Jon committed Nov 14, 2019
1 parent 65e7d9c commit e578b84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
26 changes: 0 additions & 26 deletions pkgs/build-support/fetchgit/private.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ in
cacert = buildPackages.cacert;
};

fetchgitPrivate = callPackage ../build-support/fetchgit/private.nix { };

fetchgitLocal = callPackage ../build-support/fetchgitlocal { };

fetchmtn = callPackage ../build-support/fetchmtn (config.fetchmtn or {});
Expand Down

0 comments on commit e578b84

Please sign in to comment.