[pi4] Split module config

This commit is contained in:
2025-04-15 23:39:10 +02:00
parent 4ed23cdf5f
commit 22ab5aa5cf
7 changed files with 60 additions and 37 deletions

View File

@ -4,6 +4,12 @@ default:
fmt:
treefmt --on-unmatched info
build HOST:
git add .
just fmt
nh os build . -H {{HOST}}
test *FLAGS:
git add .
just fmt