From 863fde87dc6eb75939a101ff28df2e4d88812094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Tue, 11 Aug 2026 00:17:12 +0200 Subject: [PATCH] speed up eval by hard coding platforms --- flake.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 55bc46b..00f9dc1 100644 --- a/flake.nix +++ b/flake.nix @@ -111,9 +111,10 @@ let inherit (nixpkgs) lib; nixosConfigurations = import ./nixosConfigurations.nix { inherit inputs lib; }; - supported-systems = lib.unique ( - lib.mapAttrsToList (_: v: v.pkgs.stdenv.hostPlatform.system) nixosConfigurations - ); + supported-systems = [ + "x86_64-linux" + "aarch64-linux" + ]; treefmt-config = { projectRootFile = "flake.nix"; programs = {