allow building mips (bigendian) without setting env vars

module-based-network
Daniel Barlow 2023-01-29 10:00:13 +00:00
parent e6a173f71c
commit 64b9bad891
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@
let
overlay = import ./overlay.nix;
nixpkgs = import <nixpkgs> (device.system // {overlays = [overlay device.overlay]; });
nixpkgs = import <nixpkgs> (device.system // {
overlays = [overlay device.overlay];
config = {allowUnsupportedSystem = true; };
});
inherit (nixpkgs) callPackage writeText liminix fetchFromGitHub;
inherit (nixpkgs.lib) concatStringsSep;
config = (import ./merge-modules.nix) [