get this result after trying to run the powershell command using the latest windows 11 with everything upgraded to date:
`
wsl -d guix --exec /bin/busybox sh -c "/mnt/c/Users/kevin/OneDrive/Desktop/guix-install.sh /mnt/c/Users/kevin/OneDrive/Desktop/wsl.scm"
wsl.scm:13:2: error: (operating-system (host-name "guix") (keyboard-layout (keyboard-layout "us" "altgr-intl")) (users (cons (user-account (name "wsl") (group "users") (home-directory "/home/wsl") (supplementary-groups (quote ("wheel")))) %base-user-accounts)) (kernel hello) (initrd (lambda* rest (plain-file "dummyinitrd" "dummyinitrd"))) (initrd-modules (quote ())) (firmware (quote ())) (bootloader (bootloader-configuration (bootloader (bootloader (name (quote dummybootloader)) (package hello) (configuration-file "/dev/null") (configuration-file-generator (lambda* rest (computed-file "dummybootloader" (gexp (mkdir (ungexp output)))))) (installer (gexp (const #t))))))) (file-systems (list (file-system (device "/dev/sdb") (mount-point "/") (type "ext4") (mount? #t)))) (services (list (service guix-service-type) (service special-files-service-type (quasiquote (("/usr/bin/env" (unquote (file-append coreutils "/bin/env"))))))))): missing field initializers (timezone)`
get this result after trying to run the powershell command using the latest windows 11 with everything upgraded to date:
`