nixpkgs/lib/systems
Artturin 35e5943d69 lib.systems: throw if sdkVer or ndkVer are used for android.
Those attrs have been renamed and throwing is the best way to show it,
if we only warned then the user would only get an error like this `error: Unsupported sdk: 33`
from `pkgs/top-level/darwin-packages.nix`.

If someone wants to support multiple NixOS versions then they can simply
set both attrs. (`!args ? androidSdkVersion` is for that)
2024-07-25 23:49:18 +03:00
..
architectures.nix lib.systems.architectures: add microarchitecture levels 2023-06-24 00:50:40 -06:00
default.nix lib.systems: throw if sdkVer or ndkVer are used for android. 2024-07-25 23:49:18 +03:00
doubles.nix treewide: freebsd13 -> freebsd 2024-04-30 18:20:23 -04:00
examples.nix lib.systems: throw if sdkVer or ndkVer are used for android. 2024-07-25 23:49:18 +03:00
flake-systems.nix stdenv/freebsd: reinit 2024-07-19 21:32:05 -07:00
inspect.nix Avoid top-level with ...; in lib/systems/inspect.nix 2024-03-19 16:16:44 -07:00
parse.nix lib.systems.examples: add wasm32-unknown-none 2024-06-24 19:27:13 +03:00
platforms.nix lib.systems.riscv-multiplatform: drop linux-kernel.extraConfig 2024-06-02 15:33:13 -04:00