Skip to content

Commit 44caf0f

Browse files
committed
Forgot to checkout and setup nix
1 parent 155d192 commit 44caf0f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/nix.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ jobs:
1515
packages: ${{ steps.packages.outputs.packages }}
1616

1717
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v3
20+
21+
- name: Setup
22+
uses: ./.github/actions/nix-common-setup
23+
with:
24+
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
25+
1826
- name: Packages
1927
id: packages
2028
run: |

0 commit comments

Comments
 (0)