Skip to content

Introduce cached document analysis (#457) #1

Introduce cached document analysis (#457)

Introduce cached document analysis (#457) #1

Workflow file for this run

name: Nix derivation checks
on:
push:
branches: ["main"]
paths: ["mix.lock"]
jobs:
auto-update-nix-hash:
runs-on: ubuntu-latest
name: Auto update Nix hash
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
nix build --no-link .#__fodHashGen 2>&1 | awk '/gen:/ { print $2 }' > nix/hash
git config user.email ""
git config user.name "GitHub Action Bot"
git commit -m 'Update Nix hash of Mix deps' nix/hash && git push || true