From b3cc23dee9e8efbc89cec8f88de6618c852bcd64 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 20 May 2026 14:01:04 +0100 Subject: style(justfile): apply just --fmt (blank line between nix-update doc comments) Just's formatter inserts a blank line so only the immediately-adjacent comment serves as the recipe's doc string. Pre-existing drift, surfaced when CI added 'just check-fmt' to the pipeline. --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 675520d..431fce5 100644 --- a/justfile +++ b/justfile @@ -55,6 +55,7 @@ pkg-update: paru -Syu # Refresh nix flake inputs (nixpkgs, home-manager) then re-activate the profile. + # Run after this to pick up newer versions of nix-managed tools. nix-update: #!/bin/sh -- cgit v1.3.1