Skip to content

feat: ftrace, fq, clean generic linux shell #577

feat: ftrace, fq, clean generic linux shell

feat: ftrace, fq, clean generic linux shell #577

Workflow file for this run

on: [push, pull_request]
name: x86_64-darwin
jobs:
flake:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
accept-flake-config = true
- name: Flake check
env:
# workaround for segfaults
# https://github.com/NixOS/nix/issues/4246
GC_DONT_GC: 1
run: |
nix flake check
- uses: cachix/cachix-action@v12
with:
name: konradmalik
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Shell build darwin
run: |
nix build .#devShells.x86_64-darwin.default
- name: Flake build mbp13
run: |
nix build .#darwinConfigurations.mbp13.system