hive-gateway: serve the swagger-ui theme via nginx alias, not a c0re build hook
This commit is contained in:
parent
5471b49f2a
commit
de1659d10e
7 changed files with 117 additions and 8 deletions
|
|
@ -158,6 +158,11 @@ in
|
|||
xdg-icons = pkgs.callPackage ./hive-xdg-icons.nix {
|
||||
hyperhiveSvg = ../../branding/hyperhive.svg;
|
||||
};
|
||||
# Swagger UI re-theme static override files — see
|
||||
# ./swagger-ui-theme.nix. The gateway `alias`es these straight from
|
||||
# the store; a theme tweak is a gateway config change, not a
|
||||
# hive-c0re rebuild.
|
||||
swagger-ui-theme = pkgs.callPackage ./swagger-ui-theme.nix { };
|
||||
|
||||
# Pre-built per-container system closures. Exposed as packages
|
||||
# so operators can `nix build .#agent-base-toplevel` (or wire
|
||||
|
|
|
|||
Loading…
Reference in a new issue