
ga_cachix Build an environment on GitHub Actions and cache it on Cachix
Source:R/ga_cachix.R
ga_cachix.Rdga_cachix Build an environment on GitHub Actions and cache it on Cachix
Details
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("z-binary_cache") for detailed instructions. Make sure to give
read and write permissions to the GitHub Actions bot.