1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
nixpkgs/lib/systems
Artturin 799b4451fd 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)

(cherry picked from commit 35e5943d69)
2024-08-22 19:54:59 +03:00
..
architectures.nix
default.nix lib.systems: throw if sdkVer or ndkVer are used for android. 2024-08-22 19:54:59 +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-08-22 19:54:59 +03:00
flake-systems.nix lib.systems.flakeExposed: exclude systems which are not bootstrapped 2024-07-10 13:03:04 -07:00
inspect.nix Avoid top-level with ...; in lib/systems/inspect.nix 2024-03-19 16:16:44 -07:00
parse.nix openbsd: init at 7.5 2024-05-29 17:43:02 +00:00
platforms.nix