about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-18 21:49:46 +0000
committerGitHub <noreply@github.com>2019-10-18 21:49:46 +0000
commit676a988b8ccaea5f4ac4501791a932336967d0b2 (patch)
treefbac64e24c4ea7486801e5b17a2de70f669d00e9 /nixos
parent020e1b0c8e4f8d370fd44d2197b8d06fc7b16182 (diff)
parentac65940537f364cc95508d055955a7c030e31b55 (diff)
downloadnixlib-676a988b8ccaea5f4ac4501791a932336967d0b2.tar
nixlib-676a988b8ccaea5f4ac4501791a932336967d0b2.tar.gz
nixlib-676a988b8ccaea5f4ac4501791a932336967d0b2.tar.bz2
nixlib-676a988b8ccaea5f4ac4501791a932336967d0b2.tar.lz
nixlib-676a988b8ccaea5f4ac4501791a932336967d0b2.tar.xz
nixlib-676a988b8ccaea5f4ac4501791a932336967d0b2.tar.zst
nixlib-676a988b8ccaea5f4ac4501791a932336967d0b2.zip
Merge pull request #71355 from chkno/fix-storeContents-doc
nixos/make-iso9660-image: Fix storeContents documentation
Diffstat (limited to 'nixos')
-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 8cd19b6e1874..0f3f2b5b5234 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'
+  # is a store path whose closure will be copied, and `symlink' is a
   # symlink to `object' that will be added to the CD.
   storeContents ? []