mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-11 02:07:27 +01:00
The `sparseCheckout` argument allows the user to specify directories or
patterns of files, which Git uses to filter files it should check-out.
Git expects a multi-line string on stdin ("newline-delimited list", see
`git-sparse-checkout(1)`), but within nixpkgs it is more consistent to
use a list of strings instead. The list elements are joined to a
multi-line string only before passing it to the builder script.
A deprecation warning is emitted if a (multi-line) string is passed to
`sparseCheckout`, but for the time being it is still accepted.
|
||
|---|---|---|
| .. | ||
| rl-1310.section.xml | ||
| rl-1404.section.xml | ||
| rl-1412.section.xml | ||
| rl-1509.section.xml | ||
| rl-1603.section.xml | ||
| rl-1609.section.xml | ||
| rl-1703.section.xml | ||
| rl-1709.section.xml | ||
| rl-1803.section.xml | ||
| rl-1809.section.xml | ||
| rl-1903.section.xml | ||
| rl-1909.section.xml | ||
| rl-2003.section.xml | ||
| rl-2009.section.xml | ||
| rl-2105.section.xml | ||
| rl-2111.section.xml | ||
| rl-2205.section.xml | ||
| rl-2211.section.xml | ||