mirror of
https://github.com/danth/stylix
synced 2024-11-22 04:03:09 +00:00
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:
parent
9447b17f70
commit
15fed84dec
2 changed files with 1 additions and 2 deletions
|
@ -240,7 +240,7 @@
|
|||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-4CDjAaoWvkUTFjjKdcDZG85k4vQfgR0K4+zgtqTW5ho=",
|
||||
"narHash": "sha256-zklqYResGOhx59bPMTdCzf7qSwNnwP4I/mYLV/C48iI=",
|
||||
"path": "stylix/systems.nix",
|
||||
"type": "path"
|
||||
},
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[
|
||||
"aarch64-darwin"
|
||||
"aarch64-linux"
|
||||
"i686-linux"
|
||||
"x86_64-darwin"
|
||||
"x86_64-linux"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue