aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nix/justfile
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-07-02 11:35:35 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-07-02 11:35:35 +0100
commit694cd2fc4680ccea939c9569f0a76cf1deaa5d2d (patch)
treecaee9e596c64c4f0655e4ccc4b6ed8fc55e027dd /nix/justfile
parent8200f2d7cf9fe8ff0fa72701494e598daab6340e (diff)
downloaddotfiles-694cd2fc4680ccea939c9569f0a76cf1deaa5d2d.tar.gz
dotfiles-694cd2fc4680ccea939c9569f0a76cf1deaa5d2d.tar.bz2
dotfiles-694cd2fc4680ccea939c9569f0a76cf1deaa5d2d.zip
Add repo validation dev shell
Diffstat (limited to 'nix/justfile')
-rw-r--r--nix/justfile2
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