3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos
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
..
doc fetchgit: make sparseCheckout a list of strings 2022-11-15 19:45:33 +01:00
lib nixos options markdown: fix html escaping 2022-11-05 21:20:01 +00:00
maintainers nixos/*: md-convert hidden plaintext options 2022-08-31 16:32:54 +02:00
modules nixos/mastodon: add option mediaAutoRemove 2022-11-07 18:58:58 +01:00
tests nixos/tests/podman: fix rootless systemd 2022-11-07 14:11:34 +10:00
COPYING
default.nix
README
release-combined.nix nixos/release: add acme to tested set 2022-10-25 07:22:27 +10:00
release-small.nix nixos/release: add acme to tested set 2022-10-25 07:22:27 +10:00
release.nix nixos/release-combined: Build graphical ISOs for aarch64-linux 2022-10-11 15:33:41 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.