Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Update nix and rust dependencies #30

Update nix and rust dependencies

Update nix and rust dependencies #30

Workflow file for this run

name: Nix + Open Policy Agent
on:
pull_request:
push:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
environment: build
steps:
- name: git checkout
uses: actions/checkout@v3
- name: Check Nixpkgs input
uses: DeterminateSystems/flake-checker-action@main
with:
fail-mode: true
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Set up Nix environment
run: |
nix develop ".#ci" --command direnv allow
eval "$(nix develop ".#ci" --command direnv export bash)"
echo "$PATH" >> $GITHUB_PATH
- name: Nix checks
run: |
nix flake check --all-systems