mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
mapped-devices: 'source' can be a list of strings.
Reported by myglc2 <myglc2@gmail.com>. * gnu/system/mapped-devices.scm (<mapped-device>)[source]: Update comment to note that this can be a list of strings.
This commit is contained in:
parent
ff8b5a3ae7
commit
d6d1cea624
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ (define-module (gnu system mapped-devices)
|
|||
(define-record-type* <mapped-device> mapped-device
|
||||
make-mapped-device
|
||||
mapped-device?
|
||||
(source mapped-device-source) ;string
|
||||
(source mapped-device-source) ;string | list of strings
|
||||
(target mapped-device-target) ;string
|
||||
(type mapped-device-type)) ;<mapped-device-kind>
|
||||
|
||||
|
|
Loading…
Reference in a new issue