| ga_cachix | R Documentation |
Build an Environment on GitHub Actions and Cache It on Cachix
ga_cachix(cache_name, path_default)
cache_name |
String, name of your cache. |
path_default |
String, relative path (from the root directory of your project)
to the |
This function puts a .yaml file inside the .github/workflows/
folders on the root of your project. This workflow file will use the
projects default.nix file to generate the development environment on
GitHub Actions and will then cache the created binaries in Cachix. Create a
free account on Cachix to use this action. Refer to
vignette("binary-cache") for detailed instructions. Make sure to give
read and write permissions to the GitHub Actions bot.
Nothing, copies file to a directory.
Other CI/CD:
tar_nix_ga()
## Not run:
ga_cachix("my-cachix", path_default = "default.nix")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.