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:
Chuck 2019-10-18 11:46:55 -07:00
parent a45785a7b3
commit 4623f0a2c6

View file

@ -10,9 +10,9 @@
contents
, # 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
# a list of attribute sets {object, symlink} where `object' if a
# store path whose closure will be copied, and `symlink' is a
# in `storeContents' are also placed in the Nix store of the CD.
# This is a list of attribute sets {object, symlink} where `object'
# if a store path whose closure will be copied, and `symlink' is a
# symlink to `object' that will be added to the CD.
storeContents ? []