Skip to content

Make direnv more compatible (#54) #2

Make direnv more compatible (#54)

Make direnv more compatible (#54) #2

Workflow file for this run

name: Check Nix flake
on:
pull_request:
push:
paths:
- 'flake.lock'
- 'flake.nix'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: nix flake check