stylix: delegate to upstream default architecture list

Delegate to the upstream default architecture list without altering the
supported architectures.

Link: https://github.com/danth/stylix/pull/515
This commit is contained in:
NAHO 2024-08-20 00:05:52 +02:00
parent 15fed84dec
commit ab67c50983
No known key found for this signature in database
GPG key ID: 229CB671D09B95F5
3 changed files with 10 additions and 17 deletions

View file

@ -237,16 +237,18 @@
} }
}, },
"systems": { "systems": {
"flake": false,
"locked": { "locked": {
"lastModified": 1, "lastModified": 1681028828,
"narHash": "sha256-zklqYResGOhx59bPMTdCzf7qSwNnwP4I/mYLV/C48iI=", "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"path": "stylix/systems.nix", "owner": "nix-systems",
"type": "path" "repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
}, },
"original": { "original": {
"path": "stylix/systems.nix", "owner": "nix-systems",
"type": "path" "repo": "default",
"type": "github"
} }
} }
}, },

View file

@ -60,10 +60,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
# Interface flake systems. # Interface flake systems.
systems = { systems.url = "github:nix-systems/default";
flake = false;
url = "path:stylix/systems.nix";
};
}; };
outputs = outputs =

View file

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