Skip to content

Commit

Permalink
docs(ci): Mention flake-check step
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 13, 2025
1 parent 6ce37f3 commit 26cd1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/om/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Some real-world examples of how `om ci` is used with specific configurations:
- Check that `flake.lock` is up to date, if applicable.
- Build all flake outputs, using [devour-flake](https://github.com/srid/devour-flake)[^schema]
- Then, print the built store paths to stdout
- Run `nix flake check`
- If the `flake-check` step is enabled ([example](https://github.com/juspay/omnix/pull/376/files)), run `nix flake check`
- Run user defined [custom steps](#custom)

[^schema]: Support for [flake-schemas](https://github.com/srid/devour-flake/pull/11) is planned
Expand Down

0 comments on commit 26cd1d7

Please sign in to comment.