Add experimental GHA nix-workflow

This commit is contained in:
urob 2024-12-29 17:03:50 -05:00
parent 52ae80969e
commit 23e14508f9

11
.github/workflows/build-nix.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: Build ZMK firmware (nix)
on:
workflow_dispatch:
# push:
# paths:
# - config/**
# - build.yaml
jobs:
build:
uses: urob/zmk-actions/.github/workflows/build-user-config.yml@main