From 99ea4bd1d462c522ff004268922c00e0d697f2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sun, 2 Aug 2026 21:27:41 +0200 Subject: [PATCH] fix deprecated pkgs.system alias --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e5005d6..55bc46b 100644 --- a/flake.nix +++ b/flake.nix @@ -111,7 +111,9 @@ let inherit (nixpkgs) lib; nixosConfigurations = import ./nixosConfigurations.nix { inherit inputs lib; }; - supported-systems = lib.unique (lib.mapAttrsToList (_: v: v.pkgs.system) nixosConfigurations); + supported-systems = lib.unique ( + lib.mapAttrsToList (_: v: v.pkgs.stdenv.hostPlatform.system) nixosConfigurations + ); treefmt-config = { projectRootFile = "flake.nix"; programs = {