ragenix is unstable

This commit is contained in:
Sridhar Ratnakumar 2024-12-06 23:25:13 -05:00
parent b3a7949bab
commit 77f5f15ed3
6 changed files with 69 additions and 175 deletions

View file

@ -71,7 +71,7 @@ Start from `flake.nix` (see [Flakes](https://nixos.wiki/wiki/Flakes)). [`flake-p
```
- To autoformat the project tree using nixpkgs-fmt, run `nix fmt`.
- To build all flake outputs (locally or in CI), run `nix --accept-flake-config run github:juspay/omnix ci build`
- For secrets management, I use [ragenix](https://github.com/yaxitech/ragenix).
- For secrets management, I use [agenix](https://github.com/ryantm/agenix).
## Discussion