Skip to content

Fix nix

Fix nix #24

Workflow file for this run

name: Nix
on: [push]
jobs:
Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/cache@v3
with:
path: /nix/store
key: ${{ runner.os }}-nix-${{ hashFiles('nix/flake.nix', 'nix/system/configuration.nix', 'nix/user/home.nix') }}
- run: nix build -L nix
- run: nix flake check -L --no-build nix