vendor ibm-plex

i don't like how we're doing this lol. setting the IBM_PLEX_WEB env var feels wrong.
This commit is contained in:
2026-02-03 07:38:09 -07:00
parent b7ae1fb178
commit cc9c74ed64
5 changed files with 58 additions and 2 deletions

8
vendor/default.nix vendored Normal file
View File

@@ -0,0 +1,8 @@
{ fetchzip
, fetchurl
, callPackage
}:
{
ibm-plex-web = callPackage ./ibm-plex-web.nix {};
}