refactor CI and remote builders

This commit is contained in:
zowoq 2024-11-21 13:36:17 +10:00
parent e440957970
commit 4ecf12712b
5 changed files with 44 additions and 35 deletions
modules/nixos/common

View file

@ -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"