Skip to content

update inputs: rust-flake and nixpkgs #139

update inputs: rust-flake and nixpkgs

update inputs: rust-flake and nixpkgs #139

Workflow file for this run

name: "CI Nix"
on:
# Run only when pushing to master branch, and making PRs
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-14]
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- name: Install omnix
run: nix --accept-flake-config profile install "github:juspay/omnix"
- run: om ci