mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-03 13:55:20 +08:00
9 lines
125 B
Makefile
9 lines
125 B
Makefile
default:
|
|
@just --list
|
|
|
|
fmt:
|
|
treefmt
|
|
|
|
# Deploy to github-runner VM
|
|
github-runner:
|
|
colmena apply --build-on-target
|