removed darwin output
This commit is contained in:
parent
f3884cde64
commit
fbb597a878
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
../../services/attic.nix
|
||||
../../services/hydra.nix
|
||||
];
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
networking = {
|
||||
hostName = "seras";
|
||||
|
|
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue