From 394d9c27505b7c0948a33d7bfe1951dd1838bab6 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Sun, 12 Jul 2026 05:27:44 +0000 Subject: [PATCH] ci: adopt rainix nix-cachix-setup composite, drop deprecated DeterminateSystems nix installer Closes #30 Co-Authored-By: Claude --- .github/workflows/npm-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-release.yaml b/.github/workflows/npm-release.yaml index f425658..89b69a6 100644 --- a/.github/workflows/npm-release.yaml +++ b/.github/workflows/npm-release.yaml @@ -18,10 +18,10 @@ jobs: ssh-key: ${{ secrets.PUBLISH_PRIVATE_KEY }} submodules: recursive fetch-depth: 0 - - uses: DeterminateSystems/nix-installer-action@main + - uses: rainlanguage/rainix/.github/actions/nix-cachix-setup@main with: - determinate: true - - uses: DeterminateSystems/flakehub-cache-action@main + checkout: 'false' + cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }} - name: Setup Node.js uses: actions/setup-node@v4 with: