Skip to content

Commit

Permalink
Revert "expriment: compare cross compilation times with emulation"
Browse files Browse the repository at this point in the history
This reverts commit 647fb7a.
  • Loading branch information
nabam committed Aug 11, 2023
1 parent 647fb7a commit 0e2d6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
config.allowUnfree = true; # for arm-trusted-firmware
};

uBoot = system: (pkgsUnstable "aarch64-linux").callPackage ./pkgs/uboot-rockchip.nix {};
kernel = system: (pkgsUnstable "aarch64-linux").callPackage ./pkgs/linux-rockchip.nix {};
uBoot = system: (pkgsUnstable system).callPackage ./pkgs/uboot-rockchip.nix {};
kernel = system: (pkgsUnstable system).callPackage ./pkgs/linux-rockchip.nix {};

noZFS = { nixpkgs.overlays = [ (final: super: { zfs = super.zfs.overrideAttrs (_: { meta.platforms = [ ]; }); }) ]; }; # ZFS is broken on linux 6.2 from unstable

Expand Down

0 comments on commit 0e2d6db

Please sign in to comment.