Skip to content

chore: update flake inputs #143

chore: update flake inputs

chore: update flake inputs #143

Workflow file for this run

name: "CI"
on:
push:
branches:
- "*"
jobs:
tests:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- name: Build the flake
run: |
nix flake check
nix run nix-darwin --extra-experimental-features "nix-command flakes" -- build --flake .#Adams-MBP