Skip to content
Commit be30ba8e authored by Ryan Trinkle's avatar Ryan Trinkle
Browse files

nix-prefetch-scripts: make nix-prefetch-git report fetchSubmodules in its JSON output

Previously, nix-prefetch-git would report the same JSON whether submodules were being fetched or not; with this change, the --fetch-submodules option will cause the JSON output to include "fetchSubmodules": true, so that fetchgit (builtins.fromJSON (builtins.readFile ./path/to/output.json)) will work.
parent 5bb0aa3b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment