|
@@ -149,3 +149,9 @@ photo-cli copy \
|
|
|
--output ~/Photos \
|
|
--output ~/Photos \
|
|
|
--dry-run --verify
|
|
--dry-run --verify
|
|
|
```
|
|
```
|
|
|
|
|
+
|
|
|
|
|
+## Roadmap
|
|
|
|
|
+
|
|
|
|
|
+- **Use flakes for local paths:** Convert local paths (e.g., `import ./lib`) to flake inputs. This improves reproducibility by explicitly declaring dependencies and makes it easier to manage different versions of local modules.
|
|
|
|
|
+- **Centralize library functions:** Make commonly used functions in the `lib` directory available as a module or overlay. This promotes code reuse and simplifies configuration.
|
|
|
|
|
+- **Add descriptions to outputs:** Add descriptions to the outputs of the flake. This makes it easier to understand the purpose of each output and improves the overall usability of the flake.
|