nixci -> om ci

This commit is contained in:
Sridhar Ratnakumar 2024-07-26 14:27:25 -04:00
parent dacad817da
commit 6175290c3a
No known key found for this signature in database
8 changed files with 89 additions and 478 deletions

View file

@ -65,7 +65,7 @@ Start from `flake.nix` (see [Flakes](https://nixos.wiki/wiki/Flakes)). [`flake-p
sudo nixos-rebuild boot
```
- 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:srid/nixci build`
- 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).
## Discussion