Skip to content

Commit

Permalink
Document iog-full input of devx action
Browse files Browse the repository at this point in the history
  • Loading branch information
yvan-sraka authored Apr 3, 2024
1 parent 0547252 commit d0a90d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ This GitHub Action let you run commands into [the slightly opinionated `devx` sh
| `compiler-nix-name` | Specifies the GHC version to use. The version should be provided without dots, for example, GHC 8.10.7 should be written as `ghc8107`. | `ghc961` |
| `minimal` | A Boolean input to decide whether to include `hlint` and HLS in the build. Set to `false` to include these tools. | `true` |
| `iog` | Another Boolean input that, when set to `true`, will include `libsodum`, `libsecp256k1`, and `libblst` in the build. | `false` |
| `iog-full` | Same than `-iog` bit also include `R` and `postgresql` | `false` |

Here's how you might utilize this action in your workflow:

Expand Down

0 comments on commit d0a90d0

Please sign in to comment.