Skip to content

misc(nix): port template from himkt/nix-templates #569

misc(nix): port template from himkt/nix-templates

misc(nix): port template from himkt/nix-templates #569

Workflow file for this run

name: "build"
on: [push]
jobs:
check_pr:
strategy:
matrix:
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: setup
run: |
cp -r $GITHUB_WORKSPACE $HOME/dotfiles && cd $HOME/dotfiles
make