forked from emily/nixfiles
removed darwin output
This commit is contained in:
parent
f3884cde64
commit
fbb597a878
2 changed files with 2 additions and 2 deletions
|
@ -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