From 26cd1d7758a43922b59bbb164360ae3a9994c0ce Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 13 Jan 2025 16:28:08 -0500 Subject: [PATCH] docs(ci): Mention flake-check step --- doc/src/om/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/om/ci.md b/doc/src/om/ci.md index f069a713..1d2422a7 100644 --- a/doc/src/om/ci.md +++ b/doc/src/om/ci.md @@ -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