Skip to content

Commit

Permalink
mkDepsCache: use fetchTree in shallow=false mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bendlas committed Sep 4, 2024
1 parent 6c3fe37 commit b894f98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/mkDepsCache.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ let
allRefs = true;
narHash = hash;
inherit url rev;
# deep cloning is necessary, for allRefs to work
# See https://nix.dev/manual/nix/latest/language/builtins.html#source-types
shallow = false;
};
};

Expand Down

0 comments on commit b894f98

Please sign in to comment.