diff options
Diffstat (limited to 'nix/justfile')
| -rw-r--r-- | nix/justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/justfile b/nix/justfile index 3368193..4ecd75b 100644 --- a/nix/justfile +++ b/nix/justfile @@ -2,7 +2,7 @@ # Show available recipes (default) default: - @just --list + @printf 'Run `just --list` to show available recipes.\n' # Pull latest dotfiles, rebuild Home-Manager profile, and apply dotfiles update: pull switch apply |
