nixos-config/justfile
Sridhar Ratnakumar aaee9c379b
fix justfile
2024-11-17 08:56:09 -05:00

16 lines
220 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:
treefmt