Skip to content

nix: Switch to rust-flake (#33) #90

nix: Switch to rust-flake (#33)

nix: Switch to rust-flake (#33) #90

Workflow file for this run

name: "CI Nix"
on:
pull_request:
push:
jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix develop -c rustc --version
- run: nix run