Commit graph

5 commits

Author SHA1 Message Date
Harald Hoyer f6a4aaf2d1 feat(checks): add end-to-end tests for vault-hier
- Introduced a new end-to-end test module in `nix/checks/e2e-test.nix`.
- Added a script to set up a local Vault server, run tests, and verify functionality.
- Integrated the tests into the Nix checks for better validation of `vault-hier`.
2025-03-24 12:19:27 +01:00
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