refactor CI and remote builders
This commit is contained in:
parent
e440957970
commit
4ecf12712b
5 changed files with 44 additions and 35 deletions
modules/nixos/common
|
@ -19,10 +19,6 @@
|
|||
script = builtins.readFile "${inputs.self}/modules/shared/free-space.bash";
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = {
|
||||
inherit (pkgs.hostPlatform) system;
|
||||
};
|
||||
|
||||
nix.settings.extra-platforms = lib.mkIf (config.nixpkgs.hostPlatform.system == "x86_64-linux") [
|
||||
(lib.mkIf (config.boot.binfmt.emulatedSystems == [ ]) "i686-linux")
|
||||
"x86_64-v1-linux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue