mirror of
https://github.com/danth/stylix
synced 2024-11-21 19:53:10 +00:00
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:
parent
15fed84dec
commit
ab67c50983
3 changed files with 10 additions and 17 deletions
16
flake.lock
16
flake.lock
|
@ -237,16 +237,18 @@
|
|||
}
|
||||
},
|
||||
"systems": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-zklqYResGOhx59bPMTdCzf7qSwNnwP4I/mYLV/C48iI=",
|
||||
"path": "stylix/systems.nix",
|
||||
"type": "path"
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"path": "stylix/systems.nix",
|
||||
"type": "path"
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -60,10 +60,7 @@
|
|||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
# Interface flake systems.
|
||||
systems = {
|
||||
flake = false;
|
||||
url = "path:stylix/systems.nix";
|
||||
};
|
||||
systems.url = "github:nix-systems/default";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[
|
||||
"aarch64-darwin"
|
||||
"aarch64-linux"
|
||||
"x86_64-darwin"
|
||||
"x86_64-linux"
|
||||
]
|
Loading…
Reference in a new issue