3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/lib/systems
John Ericson 66aa02f190 lib/systems: Support FreeBSD
A tricky thing about FreeBSD is that there is no stable ABI across
versions. That means that putting in the version as part of the config
string is paramount.

We have a parsed represenation that separates name versus version to
accomplish this. We include FreeBSD versions 12 and 13 to demonstrate
how it works.
2022-11-04 16:49:28 -04:00
..
architectures.nix
default.nix lib/systems: Support FreeBSD 2022-11-04 16:49:28 -04:00
doubles.nix lib/systems: Support FreeBSD 2022-11-04 16:49:28 -04:00
examples.nix lib/systems: Support FreeBSD 2022-11-04 16:49:28 -04:00
flake-systems.nix
inspect.nix lib/systems: Support FreeBSD 2022-11-04 16:49:28 -04:00
parse.nix lib/systems: Support FreeBSD 2022-11-04 16:49:28 -04:00
platforms.nix