aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/justfile
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-20 14:01:04 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-20 14:01:04 +0100
commitb3cc23dee9e8efbc89cec8f88de6618c852bcd64 (patch)
treef2595965c49272e37d3e537f8e96d93b66c70443 /justfile
parentd90f59f78b7312da3ed55738a1d2fa11baa78843 (diff)
downloaddotfiles-b3cc23dee9e8efbc89cec8f88de6618c852bcd64.tar.gz
dotfiles-b3cc23dee9e8efbc89cec8f88de6618c852bcd64.tar.bz2
dotfiles-b3cc23dee9e8efbc89cec8f88de6618c852bcd64.zip
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.
Diffstat (limited to 'justfile')
-rw-r--r--justfile1
1 files changed, 1 insertions, 0 deletions
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