Hacker News new | ask | show | jobs
by m45t3r 997 days 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.
1 comments

That's a really nice use case! Could you provide a link?
Sorry, didn't see this comment. It is here: 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.