mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +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
|