Skip to content

Commit

Permalink
Revert "installer-configuration: fix cross compilation"
Browse files Browse the repository at this point in the history
This reverts commit 24e018b.

Fixed in nixpkgs.
  • Loading branch information
tpwrules committed Jan 23, 2025
1 parent 4e05f5a commit 8810ae0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions iso-configuration/installer-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@

nixpkgs.overlays = [
(final: prev: {
# https://github.com/NixOS/nixpkgs/pull/364656
unbound = prev.unbound.overrideAttrs (old: {
nativeCheckInputs = [];
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.bison ];
});

# disabling pcsclite avoids the need to cross-compile gobject
# introspection stuff which works now but is slow and unnecessary
libfido2 = prev.libfido2.override {
Expand Down

0 comments on commit 8810ae0

Please sign in to comment.