Commit graph

4 commits

Author SHA1 Message Date
Harald Hoyer f634af9cef chore(devshell): add vault package to development shell
- Added the `vault` package to the list of dev shell packages.
- Adjusted formatting for parameter list to align with style conventions.
2025-03-24 12:19:16 +01:00
Harald Hoyer c1f76f4c8b refactor(nix): adjust formatting in vault-hier.nix
- Reformat argument list for better readability and consistency.
- Update indentation and braces to align with standard conventions.
No functional changes introduced.
2025-03-24 11:47:26 +01:00
Harald Hoyer ce41414f4f refactor: modularize checks into separate Nix files
- Extracted checks (clippy, doc, fmt, and toml-fmt) into modularized Nix files under `nix/checks`.
- Updated `flake.nix` to import checks from the new modularized structure.
- Improved clarity and maintainability by separating concerns for each check.
2025-03-24 11:47:20 +01:00
Harald Hoyer d7b7a72444 nix
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2025-03-24 09:46:21 +01:00