mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +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": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -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 =
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
[
|
|
||||||
"aarch64-darwin"
|
|
||||||
"aarch64-linux"
|
|
||||||
"x86_64-darwin"
|
|
||||||
"x86_64-linux"
|
|
||||||
]
|
|
Loading…
Reference in a new issue