diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-19 13:00:49 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-19 13:00:49 -0800 |
commit | 6917676e29943ed4a18a2fa44b331ea7163da938 (patch) | |
tree | 24415359f2a7caef3d8a8634373a7ed4aa3107d0 | |
parent | format (diff) | |
download | world-6917676e29943ed4a18a2fa44b331ea7163da938.tar.gz |
add a default recipe to just
Diffstat (limited to '')
-rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile index 772244b..842e16d 100644 --- a/justfile +++ b/justfile @@ -5,6 +5,9 @@ nixaddr := "" hostname := lowercase(`hostname -s`) +default: + just --list + [group('nix')] [doc('update dependencies')] update-deps: |