diff --git a/flake.nix b/flake.nix index bf0c73a2..acb5e0aa 100644 --- a/flake.nix +++ b/flake.nix @@ -8,9 +8,8 @@ outputs = { self, nixpkgs, secrets, nixos-hardware }: let - forAllSystems = f: - nixpkgs.lib.genAttrs [ "aarch64-linux" "x86_64-linux" ] - (system: f system); + forAllSystems = + nixpkgs.lib.genAttrs [ "aarch64-linux" "x86_64-linux" ]; hostRegistry = import ./host-registry.nix; in {