nix-github-actions icon indicating copy to clipboard operation
nix-github-actions copied to clipboard

A library to turn Nix Flake attribute sets into Github Actions matrices [maintainer=@adisbladis]

Results 13 nix-github-actions issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nix-community/nix-github-actions). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cachix/install-nix-action](https://togithub.com/cachix/install-nix-action) | action | major | `v24` -> `v26` | ---...

When my PR #4 was merged, I noticed that a build broke for my client repo, in which I was setting "attrPrefix". And I realised that either the intention of...

With proper quoting the key part of an attrset can contain a full stop/period/dot character. I use this to name my nixosConfigurations by their corresponding FQDNs. Unfortunately, nix-github-actions does not...

Keys in attrsets can contain dots, but they must be properly quoted in the shell. Fixes #17.

Hello! I added to my repo the same check for `nixosConfigurations` like that: ```nix {inputs, self, lib, ...}: let mkGithubMatrix = nixConf: { matrix = { include = builtins.map (x:...

Hi! I have a [flake which supports aarch64-darwin](https://github.com/purcell/nix-emacs-ci), but GitHub has no runners on that platform. Generating the matrix fails when there's no `os` found for a `system` discovered among...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cachix/install-nix-action](https://togithub.com/cachix/install-nix-action) | action | major | `v24` -> `v27` | ---...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cachix/install-nix-action](https://redirect.github.com/cachix/install-nix-action) | action | major | `v27` -> `v30` | --- ### Release...

Using the template causes the workflows to generate an unnecessary red warning `warning: installing Nix as root is not supported by this script!`. It would be create if the template...