fix: unbreak some stuff and fix some naming

This commit is contained in:
matt1432 2025-01-21 15:05:25 -05:00
parent 63317618df
commit bea7a1e274
5 changed files with 6 additions and 9 deletions
apps/gen-docs

View file

@ -20,7 +20,7 @@ substituteModule() {
) -t markdown --template "$FLAKE/apps/gen-docs/templates/$1.md" -o "$FLAKE/$1/README.md"
}
# TODO: add lib, nixFastChecks, overlays, scopedPackages
# TODO: add overlays, scopedPackages
substitute "appsPackages" "apps" "getPackageMeta"
substitute "nixosConfigurations" "configurations" "getConfigMeta"
substitute "devShells" "devShells" "getPackageMeta"