diff options
| author | 2026-07-02 11:35:35 +0100 | |
|---|---|---|
| committer | 2026-07-02 11:35:35 +0100 | |
| commit | 694cd2fc4680ccea939c9569f0a76cf1deaa5d2d (patch) | |
| tree | caee9e596c64c4f0655e4ccc4b6ed8fc55e027dd /nix/justfile | |
| parent | 8200f2d7cf9fe8ff0fa72701494e598daab6340e (diff) | |
| download | dotfiles-694cd2fc4680ccea939c9569f0a76cf1deaa5d2d.tar.gz dotfiles-694cd2fc4680ccea939c9569f0a76cf1deaa5d2d.tar.bz2 dotfiles-694cd2fc4680ccea939c9569f0a76cf1deaa5d2d.zip | |
Add repo validation dev shell
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 |
