Merge pull request #71355 from chkno/fix-storeContents-doc
nixos/make-iso9660-image: Fix storeContents documentation
This commit is contained in:
commit
676a988b8c
@ -10,9 +10,9 @@
|
|||||||
contents
|
contents
|
||||||
|
|
||||||
, # In addition to `contents', the closure of the store paths listed
|
, # In addition to `contents', the closure of the store paths listed
|
||||||
# in `packages' are also placed in the Nix store of the CD. This is
|
# in `storeContents' are also placed in the Nix store of the CD.
|
||||||
# a list of attribute sets {object, symlink} where `object' if a
|
# This is a list of attribute sets {object, symlink} where `object'
|
||||||
# store path whose closure will be copied, and `symlink' is a
|
# is a store path whose closure will be copied, and `symlink' is a
|
||||||
# symlink to `object' that will be added to the CD.
|
# symlink to `object' that will be added to the CD.
|
||||||
storeContents ? []
|
storeContents ? []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user