diff --git a/nix/assets.nix b/nix/assets.nix index 3b2e2d90..46b4ce9c 100644 --- a/nix/assets.nix +++ b/nix/assets.nix @@ -1,6 +1,5 @@ { stdenv, - lib, librsvg, }: @@ -60,6 +59,5 @@ stdenv.mkDerivation { meta = { description = "hyperhive static assets (branding + claude prompts)"; homepage = "https://forge.darkest.space/hyperhive/hyperhive"; - license = lib.licenses.mit; }; } diff --git a/nix/reference-docs.nix b/nix/reference-docs.nix index f3496f90..74a5c8c2 100644 --- a/nix/reference-docs.nix +++ b/nix/reference-docs.nix @@ -1,6 +1,5 @@ { stdenv, - lib, }: # The repo `docs/` markdown tree, shipped as a standalone derivation so @@ -38,6 +37,5 @@ stdenv.mkDerivation { meta = { description = "hyperhive reference docs (the repo docs/ tree)"; homepage = "https://forge.darkest.space/hyperhive/hyperhive"; - license = lib.licenses.mit; }; }