From 31e2699439ea6db15f5f43e1d6ecaf847037c87c Mon Sep 17 00:00:00 2001 From: lew Date: Sat, 4 Apr 2026 22:55:53 +0100 Subject: [PATCH] justfile lists by default --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 6417710..106ba57 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,5 @@ +set default := 'list' + [doc("Build and activate the new configuration immediately")] deploy: sudo nixos-rebuild switch --flake /etc/nixos#lab