5 ms·
I actually use Nix to generate YAML files for GitHub Actions in one of my repositories. It allows me to share code between multiple actions and be consistent wi
by m45t3r 3y ago
I actually use Nix to generate YAML files for GitHub Actions in one of my repositories. It allows me to share code between multiple actions and be consistent with versions/formatting.
- RGBCube 3y agoThat's a really nice use case! Could you provide a link?
- m45t3r 3y agoSorry, didn't see this comment. It is here: https://github.com/thiagokokada/nix-configs https://github.com/thiagokokada/nix-configs In the `actions` directory is all the Nix files. There is some glue code in `lib/flakes` to generate the YAML files from Nix.