Skip to content

Add a fix for the "too many open files" #26

Add a fix for the "too many open files"

Add a fix for the "too many open files" #26

Workflow file for this run

name: Syntax Test
# Controls when the action will run.
on:
pull_request:
push:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-20.09
- run: find -name '*.nix' -exec nix-instantiate --parse {} \;