fix: add hyperhiveXdgIcons stub to nix/docs eval (fixes packages.docs check)

This commit is contained in:
atlas 2026-07-04 19:48:33 +02:00 committed by mara
commit ba5a0e1a66

View file

@ -48,6 +48,7 @@ let
hyperhiveAssets = _system: pkgs.emptyDirectory;
hyperhiveFlake = "";
hyperhiveDocs = "";
hyperhiveXdgIcons = _system: pkgs.emptyFile;
agentBaseToplevel = pkgs.emptyFile;
managerToplevel = pkgs.emptyFile;
})