DeterminateSystems / nix-installer-action

The Github Action for the Determinate Nix Installer
https://github.com/determinateSystems/nix-installer
GNU Lesser General Public License v2.1
158 stars 16 forks source link

Provide new test matrix for source-* inputs #91

Closed lucperkins closed 3 months ago

lucperkins commented 3 months ago

Somehow #89 got merged despite failing CI jobs. This PR fixes that.

grahamc commented 3 months ago

Please add these to:

jobs:
  tests:
    runs-on: ubuntu-22.04
    needs:
      - check-dist-up-to-date
      - install-nix-linux
      - install-nix-macos
    steps:
      - run: true
lucperkins commented 3 months ago

@grahamc Done