removed darwin output

This commit is contained in:
emily 2024-05-10 14:35:05 +02:00
parent f3884cde64
commit fbb597a878
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
../../services/attic.nix
../../services/hydra.nix
];
boot.binfmt.emulatedSystems = ["aarch64-linux"];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
networking = {
hostName = "seras";

View file

@ -100,7 +100,7 @@
inherit (self) packages images;
nixosConfigurations = shinyflakes.mapHydraHosts self.nixosConfigurations;
};
} // flake-utils.lib.eachDefaultSystem (system: let
} // flake-utils.lib.eachSystem [ "x86_64-linux" "aarch64-linux" ] (system: let
pkgs = import nixpkgs {
inherit system;
overlays = [ self.overlays.kyouma ];