ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: accept-flake-config to dramatically speed up build

authored by

Kento Okura and committed by
Jon Sterling
4d3bf4d5 5d703ff6

+2 -2
+2 -2
.builds/build.yaml
··· 22 22 cachix use forester 23 23 - build: | 24 24 cd ocaml-forester 25 - nix develop --command dune runtest 26 - nix build --json \ 25 + nix --accept-flake-config develop --command dune runtest 26 + nix --accept-flake-config build --json \ 27 27 | jq -r '.[].outputs | to_entries[].value' \ 28 28 | cachix push forester 29 29