mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 12:19:31 +00:00
1 line
1.8 KiB
JSON
1 line
1.8 KiB
JSON
{"pageProps":{"metadata":{"date":"\"2021-07-04 11:50:51 +08:00\"","date_modified":"\"2021-07-05 01:42:34 +08:00\"","language":"en","source":""},"title":"Cachix","hast":{"type":"root","children":[{"type":"element","tagName":"nav","properties":{"className":"toc"},"children":[{"type":"element","tagName":"ol","properties":{"className":"toc-level toc-level-1"},"children":[]}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"a","properties":{"href":"https://cachix.org/"},"children":[{"type":"text","value":"website"}]}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"a binary cache for Nix builds;\n pretty convenient for distributing them from your projects\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Cachix either uses a personal auth token key or a signing per-cache key\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"it also has an existing ecosystem of integrations with cloud tools such as GitHub actions\n"}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"workflow:\n"}]},{"type":"element","tagName":"pre","properties":{"className":["src-block"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-shell"]},"children":[{"type":"text","value":"cachix authtoken ${CACHIX_AUTHTOKEN}\n\nnix-build | cachix push ${CACHIX_CACHE_NAME}\n"}]}]}]},"backlinks":[{"path":"/cloud.github-actions","title":"GitHub Actions"}]},"__N_SSG":true} |