2025-01-21 20:45:05 -05:00
|
|
|
# ScopedPackages
|
|
|
|
|
|
|
|
This directory contains every package scopes exposed by this flake.
|
|
|
|
|
|
|
|
## List of my package scopes found in `self.scopedPackages`
|
|
|
|
|
|
|
|
$for(attrs/pairs)$
|
2025-02-18 13:48:19 -05:00
|
|
|
### $it.key$
|
|
|
|
|
|
|
|
$it.value.desc/nowrap$
|
|
|
|
|
|
|
|
| Name | Description | Homepage |
|
|
|
|
| ---- | ----------- | -------- |
|
|
|
|
$for(it.value.packages/pairs)$
|
|
|
|
| `$it.key$` | $it.value.desc/nowrap$ | $it.value.homepage/nowrap$ |
|
|
|
|
$endfor$
|
|
|
|
|
2025-01-21 20:45:05 -05:00
|
|
|
$endfor$
|