Skip to content

chore(nix): add flake #2

chore(nix): add flake

chore(nix): add flake #2

on:

Check failure on line 1 in .github/workflows/build-nix-shell.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-nix-shell.yaml

Invalid workflow file

(Line: 5, Col: 1): Unexpected value 'steps', (Line: 1, Col: 1): Required property is missing: jobs
pull_request_target:
paths:
- '**.nix'
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Build dev shell
run: nix develop --no-pure-eval --accept-flake-config "./tools/nix" --command "bash"