nixos/image: fix typo in repart.nix (#483100)

This commit is contained in:
Weijia Wang
2026-01-30 11:31:26 +00:00
committed by GitHub
+1 -1
View File
@@ -228,7 +228,7 @@ in
contents = {
"/EFI/BOOT/BOOTX64.EFI".source =
"''${pkgs.systemd}/lib/systemd/boot/efi/systemd-bootx64.efi";
}
};
repartConfig = {
Type = "esp";
Format = "vfat";