Files
Dig Gashinsky bcc618a104 images: wsl2: Make the dummy bootloader configuration lowerable.
"guix system reconfigure" lowers the bootloader configuration
and then calls 'derivation->output-path' on the result.  A 'plain-file'
lowers to a store file name rather than to a derivation,
so reconfiguring a WSL2 system fails with "Wrong type argument
in position 1 (expecting struct)".  Use 'computed-file',
which lowers to a derivation.

* gnu/system/images/wsl2.scm (dummy-bootloader)
  [configuration-file-generator]: Return a 'computed-file'
  instead of a 'plain-file'.

Merges: https://codeberg.org/guix/guix/pulls/10514
Reviewed-by: gemmaro <gemmaro.dev@gmail.com>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-08-24 10:14:04 +09:00
..
2026-02-24 21:29:40 -08:00
2026-02-09 08:36:09 +02:00
2026-02-09 08:36:09 +02:00
2026-02-09 08:36:09 +02:00
2026-02-09 08:36:09 +02:00