From c996aab2b6deab3390f91d4bfcba1523df1f116d Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sat, 1 Feb 2025 19:12:48 +0800 Subject: [PATCH] use nom beautify the output of `nix flake update` --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index aa712e1..07c7527 100644 --- a/Justfile +++ b/Justfile @@ -8,7 +8,7 @@ switch specialisation=DEFAULT_SPECIALISATION: nh os switch {{ FLAKE_HOME }} {{ if specialisation == DEFAULT_SPECIALISATION { "-S" } else { "-s " + specialisation } }} update: - nix flake update | spacer + nix flake update --log-format internal-json 2>&1 | nom --json deploy host: deploy {{ FLAKE_HOME }}#{{ host }}