revert: use cachix/install-nix-action

This commit is contained in:
doprz
2025-10-14 16:36:57 -05:00
parent 18530d9d45
commit 4bbddacabb

View File

@@ -11,18 +11,12 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs: jobs:
nix-check: nix-check:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- uses: DeterminateSystems/nix-installer-action@main - uses: cachix/install-nix-action@v31
- uses: DeterminateSystems/magic-nix-cache-action@main
with: with:
use-flakehub: false github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/flake-checker-action@main - run: nix flake check
- name: Run `nix flake check`
run: nix flake check
release: release:
name: Release name: Release