diff options
| author | 2026-05-20 14:01:04 +0100 | |
|---|---|---|
| committer | 2026-05-20 14:01:04 +0100 | |
| commit | b3cc23dee9e8efbc89cec8f88de6618c852bcd64 (patch) | |
| tree | f2595965c49272e37d3e537f8e96d93b66c70443 | |
| parent | d90f59f78b7312da3ed55738a1d2fa11baa78843 (diff) | |
| download | dotfiles-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.
| -rw-r--r-- | justfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
