fix: add hyperhiveXdgIcons stub to nix/docs eval (fixes packages.docs check)
This commit is contained in:
parent
64eddfd0b6
commit
ba5a0e1a66
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ let
|
|||
hyperhiveAssets = _system: pkgs.emptyDirectory;
|
||||
hyperhiveFlake = "";
|
||||
hyperhiveDocs = "";
|
||||
hyperhiveXdgIcons = _system: pkgs.emptyFile;
|
||||
agentBaseToplevel = pkgs.emptyFile;
|
||||
managerToplevel = pkgs.emptyFile;
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue