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
This commit is contained in:
NAHO 2024-08-19 23:42:24 +02:00
parent 9447b17f70
commit 15fed84dec
No known key found for this signature in database
GPG key ID: 229CB671D09B95F5
2 changed files with 1 additions and 2 deletions

View file

@ -240,7 +240,7 @@
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-4CDjAaoWvkUTFjjKdcDZG85k4vQfgR0K4+zgtqTW5ho=", "narHash": "sha256-zklqYResGOhx59bPMTdCzf7qSwNnwP4I/mYLV/C48iI=",
"path": "stylix/systems.nix", "path": "stylix/systems.nix",
"type": "path" "type": "path"
}, },

View file

@ -1,7 +1,6 @@
[ [
"aarch64-darwin" "aarch64-darwin"
"aarch64-linux" "aarch64-linux"
"i686-linux"
"x86_64-darwin" "x86_64-darwin"
"x86_64-linux" "x86_64-linux"
] ]