Skip to content

chore(voron): new stealthmax pcb #79

chore(voron): new stealthmax pcb

chore(voron): new stealthmax pcb #79

name: Build darwin devshell
on:
push:
workflow_dispatch:
jobs:
build_shell:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-24.05
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v15
with:
name: truelecter
extraPullNames: cuda-maintainers, mic92, nix-community, nrdxp
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build shell
run: |
nix develop --command "menu"