Skip to content

Commit

Permalink
Remove requirement of aarch64-linux builder for EFI stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander V. Nikolaev <[email protected]>
  • Loading branch information
avnik authored and brianmcgillion committed Sep 1, 2023
1 parent be55352 commit fec29af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mk-flash-script.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}: let
cfg = hostConfiguration.config.hardware.nvidia-jetpack;
inherit (jetpack-nixos.legacyPackages.${flash-tools-system}) flash-tools;
devicePkgs = jetpack-nixos.legacyPackages.aarch64-linux.devicePkgsFromNixosConfig hostConfiguration.config;
devicePkgs = jetpack-nixos.legacyPackages.${flash-tools-system}.devicePkgsFromNixosConfig hostConfiguration.config;
flashScript = devicePkgs.mkFlashScript {
flash-tools = flash-tools.overrideAttrs ({postPatch ? "", ...}: {
postPatch = postPatch + cfg.flashScriptOverrides.postPatch;
Expand Down

0 comments on commit fec29af

Please sign in to comment.