about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-19 13:00:49 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-19 13:00:49 -0800
commit6917676e29943ed4a18a2fa44b331ea7163da938 (patch)
tree24415359f2a7caef3d8a8634373a7ed4aa3107d0
parentformat (diff)
downloadworld-6917676e29943ed4a18a2fa44b331ea7163da938.tar.gz
add a default recipe to just
-rw-r--r--justfile3
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: