Merge pull request #214 from pongo1231/readme-update #489
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Evaluate | |
on: | |
pull_request: | |
push: | |
jobs: | |
eval: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install Nix | |
uses: DeterminateSystems/nix-installer-action@v4 | |
- name: Evaluate overlay packages | |
run: nix-instantiate .ci/get-flake.nix -A checks.x86_64-linux |