Skip to content

Commit

Permalink
remove example comment for pkgs.fetchgit
Browse files Browse the repository at this point in the history
  • Loading branch information
bendlas committed Aug 6, 2024
1 parent d987923 commit ecb1e25
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkgs/mkDepsCache.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,9 @@ let
{
name = "${lib}/${rev}";
path = builtins.fetchGit {
inherit url rev; # hash;
inherit url rev;
allRefs = true;
};
# path = (fetchgit {
# inherit url rev hash;
# }).overrideAttrs (_: {
# GIT_SSH_COMMAND = "${openssh}/bin/ssh -o StrictHostKeyChecking=no";
# });
};

maven-extra-cache = { path, content }:
Expand Down

0 comments on commit ecb1e25

Please sign in to comment.