labs/tidepool/src
Jake Hamilton 2f31813c88 feat: add support for platform specs (#15)
This PR adds a new way of declaring supported platforms for packages. Previously individual build, host, and target values needed to be set for a given platform combination. Now, a platform spec can be written to generate many platform combinations.

This allows for easy mapping of all possible systems with `@all`, linux systems with `@linux` or any other available alias of `lib.systems.doubles.<alias>` by using `@<alias>`. In addition, you can use `@build` and `@host` to lock either the host or target respectively to match the prior platform.

Reviewed-on: #15
2025-09-10 12:32:11 +00:00
..
builders feat: add support for platform specs (#15) 2025-09-10 12:32:11 +00:00
lib feat: add support for platform specs (#15) 2025-09-10 12:32:11 +00:00
mirrors refactor: format all nix code 2024-06-22 10:58:44 -07:00
packages feat: dynamic cross compiler (#14) 2025-09-08 20:08:35 +00:00