summary refs log tree commit diff
path: root/nixos/lib/make-iso9660-image.nix
diff options
context:
space:
mode:
authorChuck <chuck@intelligence.org>2019-10-18 11:46:55 -0700
committerChuck <chuck@intelligence.org>2019-10-18 11:58:05 -0700
commit4623f0a2c641673af19f6cfcdc8627ecf4727db1 (patch)
treeaa917a675e689001c14967eee92532c45c6e564c /nixos/lib/make-iso9660-image.nix
parenta45785a7b39895c51e69ef39eb9ae8c997ac282f (diff)
downloadnixpkgs-4623f0a2c641673af19f6cfcdc8627ecf4727db1.tar
nixpkgs-4623f0a2c641673af19f6cfcdc8627ecf4727db1.tar.gz
nixpkgs-4623f0a2c641673af19f6cfcdc8627ecf4727db1.tar.bz2
nixpkgs-4623f0a2c641673af19f6cfcdc8627ecf4727db1.tar.lz
nixpkgs-4623f0a2c641673af19f6cfcdc8627ecf4727db1.tar.xz
nixpkgs-4623f0a2c641673af19f6cfcdc8627ecf4727db1.tar.zst
nixpkgs-4623f0a2c641673af19f6cfcdc8627ecf4727db1.zip
nixos/make-iso9660-image: Fix storeContents documentation
`packages` was renamed to `storeContents` in
668c146e33291e933ccfb19fd39fab9cd2b7900d, but this comment
describing its purpose was not updated to match.
Diffstat (limited to 'nixos/lib/make-iso9660-image.nix')
-rw-r--r--nixos/lib/make-iso9660-image.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/lib/make-iso9660-image.nix b/nixos/lib/make-iso9660-image.nix
index 8cd19b6e187..2c3026875c0 100644
--- a/nixos/lib/make-iso9660-image.nix
+++ b/nixos/lib/make-iso9660-image.nix
@@ -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 ? []