From 847b69015bf96f4469d2ce870ed32cdaae67a0e9 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 14 Jul 2023 22:16:56 -0400 Subject: flake(actions): install nix in audit workflow --- .github/workflows/audit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 03bdf65..96b7645 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -13,6 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: cachix/install-nix-action@v22 - name: run audit run: | -- cgit v1.2.3