-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: nixfmt-rfc-style * tidy: don't need old nixpkgs for ocamlformat any more * tidy: nixpkgs rather than dev opam scope for lsp/utop * bump: nixpkgs version for format check * refactor(build): onix based env
- Loading branch information
1 parent
5abc06a
commit 7029c76
Showing
7 changed files
with
3,671 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
OCaml bindings to the Google Cloud Platform APIs | ||
================================================ | ||
|
||
## Development | ||
|
||
The default nix devShell will have the packages needed to develop `ocaml-gcloud`: | ||
``` | ||
nix develop '.#' # (or use nix-direnv) | ||
dune build ... | ||
``` | ||
|
||
### Updating opam package set | ||
|
||
If you've updated the `.opam` files in the project and need to recalculate the `opam` deps, run `make onix-lock` and refresh the devShell: | ||
|
||
``` | ||
# From inside the nix devShell | ||
$ make onix-lock | ||
$ exit # (or nix-direnv-reload if using nix-direnv) | ||
$ nix develop '.#' | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.