We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528b286 commit 2819d8bCopy full SHA for 2819d8b
doc/manual/rl-next/self-submodules-attr.md
@@ -0,0 +1,12 @@
1
+---
2
+synopsis: "`inputs.self.submodules` flake attribute"
3
+prs: [12421]
4
5
+
6
+Flakes in Git repositories can now declare that they need Git submodules to be enabled:
7
+```
8
+{
9
+ inputs.self.submodules = true;
10
+}
11
12
+Thus, it's no longer needed for the caller of the flake to pass `submodules = true`.
0 commit comments