From 15fed84dec2ecf19e110bad1c47292e172b46a44 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Mon, 19 Aug 2024 23:42:24 +0200 Subject: [PATCH] stylix: drop i686-linux architecture support Remove the i686-linux architecture support to match flake-utils.defaultSystems and primary NixOS architecture targets. BREAKING CHANGE: Drop support for the i686-linux architecture. Re-enable i686-linux support in user configurations with the "externally extensible flake systems" [1] pattern. [1]: https://github.com/nix-systems/nix-systems Link: https://github.com/danth/stylix/pull/515 --- flake.lock | 2 +- stylix/systems.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index d251a1f9..6d8d805e 100644 --- a/flake.lock +++ b/flake.lock @@ -240,7 +240,7 @@ "flake": false, "locked": { "lastModified": 1, - "narHash": "sha256-4CDjAaoWvkUTFjjKdcDZG85k4vQfgR0K4+zgtqTW5ho=", + "narHash": "sha256-zklqYResGOhx59bPMTdCzf7qSwNnwP4I/mYLV/C48iI=", "path": "stylix/systems.nix", "type": "path" }, diff --git a/stylix/systems.nix b/stylix/systems.nix index 7e856aac..b49d1385 100644 --- a/stylix/systems.nix +++ b/stylix/systems.nix @@ -1,7 +1,6 @@ [ "aarch64-darwin" "aarch64-linux" - "i686-linux" "x86_64-darwin" "x86_64-linux" ]