Skip to content

Commit

Permalink
installer: fix refind cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules committed Apr 5, 2024
1 parent 9802c77 commit 1038484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iso-configuration/installer-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@
"GPGRT_CONFIG=${final.lib.getDev final.libgpg-error}/bin/gpgrt-config"
];
});

# fix for refind cross-compilation:
# https://github.com/NixOS/nixpkgs/pull/301598
refind = prev.refind.override { sbsigntool = null; };
})
];

Expand Down

0 comments on commit 1038484

Please sign in to comment.