From 6c8b81cc85f3384d272ab7d94f4ca4f81b7ff4dd Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 15 Jan 2025 12:15:25 -0500 Subject: [PATCH] Test against nixos --- .github/workflows/ci.installer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.installer.yml b/.github/workflows/ci.installer.yml index 52c22f7..b673611 100644 --- a/.github/workflows/ci.installer.yml +++ b/.github/workflows/ci.installer.yml @@ -29,7 +29,7 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 - uses: reviewdog/action-shellcheck@v1 usage-as-proxy: @@ -167,6 +167,7 @@ jobs: - ubuntu:jammy - ubuntu:noble - fedora:latest + - nixos/nix:latest container: ${{ matrix.container }} steps: - uses: actions/checkout@v4