8000 framework/laptop: fix generic config · alyraffauf/nixcfg@fc63930 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

framework/laptop: fix generic config #236

framework/laptop: fix generic config

framework/laptop: fix generic config #236

Workflow file for this run

name: build-darwin
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
paths-ignore:
- "**/*.md"
- ".github/**"
- "_img/**"
workflow_dispatch:
jobs:
build-fortree:
runs-on: macos-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: 1
- uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/cachix-action@master
with:
name: alyraffauf
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build fortree
run: nix build --accept-flake-config .#darwinConfigurations.fortree.config.system.build.toplevel
0