Skip to content

Commit

Permalink
raw-efi: override build.raw harder
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus committed Apr 26, 2022
1 parent db5c176 commit daa142a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formats/raw-efi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
fsType = "vfat";
};

system.build.raw = lib.mkOverride 999 (import "${toString modulesPath}/../lib/make-disk-image.nix" {
system.build.raw = lib.mkOverride 99 (import "${toString modulesPath}/../lib/make-disk-image.nix" {
inherit lib config pkgs;
partitionTableType = "efi";
diskSize = "auto";
Expand Down

0 comments on commit daa142a

Please sign in to comment.