nixpkgs-suyu/nixos/doc/manual
Nicolas Benes f6b07f0e2f fetchgit: make sparseCheckout a list of strings
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.
2022-11-15 19:45:33 +01:00
..
administration treewide: change postgresql_10 in documentation and examples to postgresql_14 2022-08-15 22:36:32 +02:00
configuration Merge master into staging-next 2022-10-16 06:06:19 +00:00
development nixos/doc: Disambiguate test option ids 2022-09-29 12:41:59 +02:00
from_md fetchgit: make sparseCheckout a list of strings 2022-11-15 19:45:33 +01:00
installation nixos/doc: improve install instructions 2022-10-26 14:22:15 +02:00
release-notes fetchgit: make sparseCheckout a list of strings 2022-11-15 19:45:33 +01:00
.gitignore
contributing-to-this-manual.chapter.md
default.nix nixos/doc: Disambiguate test option ids 2022-09-29 12:41:59 +02:00
Makefile
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml
man-nixos-generate-config.xml
man-nixos-install.xml
man-nixos-option.xml
man-nixos-rebuild.xml
man-nixos-version.xml
man-pages.xml
manual.xml
md-to-db.sh nixos/doc/manual/md-to-db.sh: Add support for <kbd> element 2022-10-26 01:46:44 +02:00
preface.xml Revert "Update preface.xml (#185868)" 2022-08-10 20:26:01 +10:00
README.md
shell.nix