speed up eval by hard coding platforms

This commit is contained in:
müde 2026-08-11 00:17:12 +02:00
commit 863fde87dc

View file

@ -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 = {