From d3577aad29a784cbcb598668295c633b44eea44c Mon Sep 17 00:00:00 2001 From: damocles Date: Mon, 29 Jun 2026 01:41:12 +0200 Subject: [PATCH] fix(#2058): drop false mit license tags from docs + assets derivations --- nix/assets.nix | 2 -- nix/reference-docs.nix | 2 -- 2 files changed, 4 deletions(-) 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; }; }