From d66b6fc329cbdf67bc817da9ff7c5df16fe2cbcc Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Fri, 17 May 2024 13:49:37 -0500 Subject: [PATCH] changed justfile to support nix flake check. --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index d2d529a..a660c78 100644 --- a/justfile +++ b/justfile @@ -9,9 +9,9 @@ home-manager target=(`whoami`+"@"+`hostname`): git add -AN home-manager --flake .#{{target}} switch -check-home-manager target=(`whoami`+"@"+`hostname`): +check: git add -AN - home-manager build --no-out-link --flake .#{{target}} + nix flake check bootstrap-home-manager target=(`whoami`+"@"+`hostname`): nix run --extra-experimental-features "nix-command flakes" --no-write-lock-file github:nix-community/home-manager/ -- --extra-experimental-features "nix-command flakes" --flake .#{{target}} switch