mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Revert "Merge pull request #4922 from nrdxp/default-submodules"
This reverts commit6678e98411
, reversing changes made to90b2dd570c
.
This commit is contained in:
parent
bcd73ebf60
commit
d1bf7431bb
3 changed files with 8 additions and 8 deletions
|
@ -36,7 +36,7 @@ void emitTreeAttrs(
|
|||
|
||||
if (input.getType() == "git")
|
||||
mkBool(*state.allocAttr(v, state.symbols.create("submodules")),
|
||||
fetchers::maybeGetBoolAttr(input.attrs, "submodules").value_or(true));
|
||||
fetchers::maybeGetBoolAttr(input.attrs, "submodules").value_or(false));
|
||||
|
||||
if (!forceDirty) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue