Skip to content

Commit

Permalink
ci: use more native fetchers when using qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Oct 26, 2024
1 parent 77a64ab commit aa8b924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
pkgs ? import <nixpkgs> (if platform != null then {
localSystem = platform;
packageOverrides = pkgs: {
inherit (import <nixpkgs> {}) fetchurl; # Don't emulate curl and such
inherit (import <nixpkgs> {}) fetchurl fetchgit fetchzip; # Don't emulate curl and such
};
} else {})
}:
Expand Down

0 comments on commit aa8b924

Please sign in to comment.