parent
94bb2f6089
commit
138a6637e2
7 changed files with 9 additions and 5 deletions
apps/gen-docs
|
@ -2,7 +2,7 @@ attr: selfPath: let
|
|||
inherit (builtins) currentSystem getFlake mapAttrs removeAttrs replaceStrings;
|
||||
|
||||
self = getFlake selfPath;
|
||||
scopes = import "${selfPath}/${attr}" {description = true;};
|
||||
scopes = ((import "${selfPath}/${attr}" {description = true;}) {} {}).scopedPackages;
|
||||
|
||||
trimNewlines = s: replaceStrings ["\n"] [" "] s;
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue