Skip to content

Update deps

Update deps #467

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
install-nix-macos:
name: Run test suite for macOS systems
strategy:
matrix:
runner:
- macos-12
runs-on: ${{ matrix.runner }}
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: ./
with:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
source-tag: v0.21.0
_internal-strict-mode: true
- run: nix build github:DeterminateSystems/nix-installer#packages.x86_64-darwin.nix-installer -L