Skip to content

Commit

Permalink
fix: fetch git submodules for pinned packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo authored Mar 19, 2024
1 parent 82126a9 commit 8d3ed79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ let
url = builtins.substring 4 (urlLen - 4) src.url;
inherit (src) rev;
allRefs = true;
submodules = true;
}
else if lib.strings.hasPrefix "http" src.url then
# http url
Expand Down

0 comments on commit 8d3ed79

Please sign in to comment.