From e66a57d835959030891538376c58fac9ca2ef569 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 24 Mar 2025 15:23:28 -0400 Subject: [PATCH] justfile: add format target --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index ad5c97e..441528d 100644 --- a/justfile +++ b/justfile @@ -6,6 +6,8 @@ format_home: format_system: nixfmt ./etcnixos +format: format_home format_system + system_update: nh os boot -u ./etcnixos