nixpkgs/lib/systems
Artturin 1144d46f95 treewide: Rename android sdkVer and ndkVer
`sdkVer` conflicts with the old `sdkVer`(now `darwinSdkVersion` but that still uses `sdkVer` if set) used by darwin

This shouldn't be an issue but due to `pkgs/development/interpreters/python/cpython/default.nix`
running `lib.filterAttrs (n: v: ! lib.isDerivation v && n != "passthruFun")` on it's inputs (2 of them are darwin only)
the `throw "Unsupported sdk...` in `pkgs/top-level/darwin-packages.nix` will be triggered.

After this change `pkgsCross.armv7a-android-prebuilt.python3.pythonOnBuildForHost` won't fail with
`error: Unsupported sdk: 33`

Issue was bisected to 3cb23cec23
2024-07-25 22:08:49 +03:00
..
architectures.nix lib.systems.architectures: add microarchitecture levels 2023-06-24 00:50:40 -06:00
default.nix lib.systems: Fix setting rust.platform.os for wasm32-unknown-unknown 2024-07-05 19:43:10 +03:00
doubles.nix treewide: freebsd13 -> freebsd 2024-04-30 18:20:23 -04:00
examples.nix treewide: Rename android sdkVer and ndkVer 2024-07-25 22:08:49 +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