Skip to content

Commit

Permalink
Add CI for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto committed Feb 13, 2024
1 parent 7aa7101 commit 2c6d944
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/nix-darwin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: nix-darwin

on: [push, pull_request]

jobs:
build-cache:
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
experimental-features = nix-command flakes
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix build .#test-flare -L

0 comments on commit 2c6d944

Please sign in to comment.