Skip to content

Update cachix/install-nix-action digest to ba0dd84 #1377

Update cachix/install-nix-action digest to ba0dd84

Update cachix/install-nix-action digest to ba0dd84 #1377

Workflow file for this run

name: nix-test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Nix
uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: run test in nix-shell
run: |
nix-shell ${GITHUB_WORKSPACE}/.github/workflows/config/test-shell.nix \
--command bin/build_test_nix.sh