mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
scripts: system: Fix "init" command.
This is a follow-up of 7ca533c723
. The
introduced "target" variable is shadowing the target argument.
* guix/scripts/system.scm (perform-action): Rename "target" variable to
"target*".
This commit is contained in:
parent
876a8d9870
commit
80f92866e3
1 changed files with 2 additions and 2 deletions
|
@ -802,8 +802,8 @@ (define bootcfg
|
|||
(check-initrd-modules os)))
|
||||
|
||||
(mlet* %store-monad
|
||||
((target (current-target-system))
|
||||
(image -> (find-image file-system-type target))
|
||||
((target* (current-target-system))
|
||||
(image -> (find-image file-system-type target*))
|
||||
(sys (system-derivation-for-action os image action
|
||||
#:file-system-type file-system-type
|
||||
#:image-size image-size
|
||||
|
|
Loading…
Reference in a new issue