justfile: add format target

This commit is contained in:
Simon Gardling 2025-03-24 15:23:28 -04:00
parent f80ba290a0
commit e66a57d835
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -6,6 +6,8 @@ format_home:
format_system: format_system:
nixfmt ./etcnixos nixfmt ./etcnixos
format: format_home format_system
system_update: system_update:
nh os boot -u ./etcnixos nh os boot -u ./etcnixos