modules/image/repart: fix typo in renamed option warning
This commit is contained in:
@@ -384,8 +384,8 @@ in
|
|||||||
you're at version 9, you cannot increment this to 10.
|
you're at version 9, you cannot increment this to 10.
|
||||||
''
|
''
|
||||||
++ lib.optional (partitionConfig.stripNixStorePrefix != "_mkMergedOptionModule") ''
|
++ lib.optional (partitionConfig.stripNixStorePrefix != "_mkMergedOptionModule") ''
|
||||||
The option definition `image.repart.paritions.${fileName}.stripNixStorePrefix`
|
The option definition `image.repart.partitions.${fileName}.stripNixStorePrefix`
|
||||||
has changed to `image.repart.paritions.${fileName}.nixStorePrefix` and now
|
has changed to `image.repart.partitions.${fileName}.nixStorePrefix` and now
|
||||||
accepts the path to use as prefix directly. Use `nixStorePrefix = "/"` to
|
accepts the path to use as prefix directly. Use `nixStorePrefix = "/"` to
|
||||||
achieve the same effect as setting `stripNixStorePrefix = true`.
|
achieve the same effect as setting `stripNixStorePrefix = true`.
|
||||||
''
|
''
|
||||||
|
|||||||
Reference in New Issue
Block a user