From c6000ae94fca7bc8069c0e4d756c781844e26403 Mon Sep 17 00:00:00 2001 From: Ivan Kirilov Dimitrov Date: Fri, 2 Aug 2024 20:11:33 +0200 Subject: [PATCH] justfile fix --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 31d0449..5eed69f 100644 --- a/Justfile +++ b/Justfile @@ -1,6 +1,6 @@ -default: all +default: nixos -all: home nixos +all: nixos music nonya ai home: home-manager switch --flake ./. -b $(mktemp -u XXXX)