refactor: thread agent packages via option, drop overlay and forge-tools shim
This commit is contained in:
parent
e7689a6804
commit
281667d5a8
13 changed files with 139 additions and 168 deletions
|
|
@ -10,8 +10,8 @@
|
|||
{
|
||||
options.hyperhive.frontend.dist = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
default = pkgs.hyperhive-frontend;
|
||||
defaultText = lib.literalExpression "pkgs.hyperhive-frontend";
|
||||
default = config.hyperhive.packages.frontend;
|
||||
defaultText = lib.literalMD "`hyperhive.packages.frontend` (the flake's frontend dist)";
|
||||
description = ''
|
||||
The shipped frontend dist (built by `nix/packages/frontend.nix`).
|
||||
Output layout: `dashboard/` (used by hive-c0re on the host) and
|
||||
|
|
|
|||
Loading…
Reference in a new issue