From 6917676e29943ed4a18a2fa44b331ea7163da938 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 19 Dec 2024 13:00:49 -0800 Subject: add a default recipe to just --- justfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'justfile') 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: -- cgit 1.4.1