labs/tidepool/src/lib
Ruby Iris Juric 0ae450a116 feat: add lib.fetchurl function (#27)
See comment in `tidepool/src/lib/fetchurl.nix` for details on rationale.

I've made this a function in `lib` instead of defining this as a builder, since we don't have a great mechanism at the moment for specifying the source of a package as another package. We'll need to tackle this eventually, but given that this is a bit of a special case in that it's only intended to be used to fetch sources during bootstrap, I think it's fine to just have this be a function that returns a derivation, instead of being a full builder. Open to other opinions, though.

Reviewed-on: #27
Reviewed-by: vlinkz <vlinkz@snowflakeos.org>
Co-authored-by: Ruby Iris Juric <ruby@srxl.me>
Co-committed-by: Ruby Iris Juric <ruby@srxl.me>
2025-10-01 05:20:06 +00:00
..
default.nix feat: add lib.fetchurl function (#27) 2025-10-01 05:20:06 +00:00
fetchurl.nix feat: add lib.fetchurl function (#27) 2025-10-01 05:20:06 +00:00
options.nix refactor(format): apply formatting 2024-07-07 15:03:48 -07:00
packages.nix chore: format 2025-09-14 09:36:55 -07:00
platforms.nix refactor: default host and target platforms based on build 2025-09-19 21:03:13 -07:00
systems.nix feat: add support for platform specs (#15) 2025-09-10 12:32:11 +00:00
types.nix refactor: default host and target platforms based on build 2025-09-19 21:03:13 -07:00