nixos/make-iso9660-image: Fix storeContents documentation
`packages` was renamed to `storeContents` in
668c146e33
, but this comment
describing its purpose was not updated to match.
This commit is contained in:
parent
a45785a7b3
commit
4623f0a2c6
|
@ -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
|
# if 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…
Reference in New Issue