docs: add users to documentation generator

This commit is contained in:
Sk7Str1p3 2026-05-15 21:31:18 +03:00
parent 3c0b8071fa
commit d3b48b8ef1
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B

View file

@ -54,6 +54,7 @@ stdenvNoCC.mkDerivation {
flake = 1; flake = 1;
devShells = 2; devShells = 2;
hosts = 3; hosts = 3;
users = 4;
}; };
order = orderMap.${lib.head (lib.splitString "/" relPath)}; order = orderMap.${lib.head (lib.splitString "/" relPath)};