nixos-config/justfile
Sridhar Ratnakumar 2422448c3f
treefmt: gg
2024-11-19 15:49:55 -05:00

16 lines
239 B
Makefile

default:
@just --list
# Activate local configuration
[group('main')]
activate:
nix run
# Deploy host 'pureintent'
[group('main')]
deploy:
nix run . pureintent
# Format the nix source tree
fmt:
pre-commit run --all-files