nixos-configs/apps/README.md

13 lines
562 B
Markdown
Raw Normal View History

2025-01-21 17:05:47 -05:00
# Apps
2025-01-20 12:34:07 -05:00
This directory contains every derivations for apps exposed by this flake.
## List of my apps found in `self.apps`
| Name | Description |
| ---- | ----------- |
2025-01-21 17:05:47 -05:00
| `extract-subs` | Extract all `srt` subtitle files from a `mkv` video with the appropriate name. |
| `gen-docs` | Generates the READMEs in this repository from nix attributes. |
2025-01-28 03:43:52 -05:00
| `pin-inputs` | Takes a list of inputs to pin to their current rev in `flake.lock`. |
2025-01-21 17:05:47 -05:00
| `update-sources` | Updates all derivation sources in this repository and generates a commit message for the changes made. |