Merge pull request #990 from meck/fix_cache_miss

Set `buildPlatform` in make-disk-image
This commit is contained in:
Jörg Thalheim
2025-03-12 14:31:55 +01:00
committed by GitHub

View File

@@ -74,6 +74,7 @@ let
disko.devices = lib.mkForce cleanedConfig.disko.devices;
boot.loader.grub.devices = lib.mkForce cleanedConfig.boot.loader.grub.devices;
nixpkgs.hostPlatform = lib.mkForce pkgs.stdenv.hostPlatform;
nixpkgs.buildPlatform = lib.mkForce pkgs.stdenv.hostPlatform;
}
];
}