From 0d1d7aa28c387ad06dff5e804944097ec52e26df Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 13 May 2024 15:51:38 -0400 Subject: [PATCH] redundant --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 6755d2b..801f751 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,6 @@ +default: + @just --list + # Output what derivations will be built test TYPE="nixos" SYSTEM="desktop": #!/usr/bin/env bash