refactor(#2111): remove nixpkgs-unstable, source claude-code from main nixpkgs
This commit is contained in:
parent
26dd8b0d34
commit
ae41e39dfb
8 changed files with 26 additions and 147 deletions
|
|
@ -3,7 +3,6 @@
|
|||
hyperhiveFrontend,
|
||||
hyperhiveAssets,
|
||||
hyperhiveFlake,
|
||||
hyperhiveNixpkgsUnstable,
|
||||
agentBaseToplevel,
|
||||
managerToplevel,
|
||||
}:
|
||||
|
|
@ -41,7 +40,6 @@ let
|
|||
builtins.toJSON {
|
||||
hyperhive_flake = cfg.hyperhiveFlake;
|
||||
nixpkgs_flake = cfg.nixpkgsFlake;
|
||||
nixpkgs_unstable_flake = cfg.nixpkgsUnstableFlake;
|
||||
dashboard_port = cfg.dashboardPort;
|
||||
operator_pronouns = cfg.operatorPronouns;
|
||||
context_window_tokens = cfg.contextWindowTokens;
|
||||
|
|
@ -569,22 +567,6 @@ in
|
|||
of the host's channel.
|
||||
'';
|
||||
};
|
||||
nixpkgsUnstableFlake = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = hyperhiveNixpkgsUnstable;
|
||||
defaultText = lib.literalMD "hyperhive's own `nixpkgs-unstable` store path";
|
||||
description = ''
|
||||
Store-path URL for the `nixpkgs-unstable` input in the generated
|
||||
meta flake. The meta flake declares this as a top-level input and
|
||||
wires `inputs.hyperhive.inputs.nixpkgs-unstable.follows =
|
||||
"nixpkgs-unstable"` so agents use this exact unstable nixpkgs.
|
||||
|
||||
Defaults to the store path of the `nixpkgs-unstable` input
|
||||
hyperhive's own `flake.nix` was evaluated with (the channel that
|
||||
carries `claude-code`). Override when you want to track a newer
|
||||
unstable snapshot or a custom `claude-code` package.
|
||||
'';
|
||||
};
|
||||
dashboardPort = lib.mkOption {
|
||||
type = lib.types.port;
|
||||
default = 7000;
|
||||
|
|
|
|||
Loading…
Reference in a new issue