From 23fc0ec9a27ebfa9a7e2980a32ea1a2787bc37b5 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:41:34 -0400 Subject: [PATCH] a --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 1a9ffcf..4babf8b 100644 --- a/justfile +++ b/justfile @@ -7,6 +7,7 @@ default: # Activate the given host or home environment [group('main')] activate host="": + nix flake lock @if [ -z "{{host}}" ]; then \ if [ -f ./configurations/home/$USER@$HOSTNAME.nix ]; then \ echo "Activating home env $USER@$HOSTNAME ..."; \ @@ -43,4 +44,4 @@ tart-ssh: [group('misc')] fuckboot: sudo nix-collect-garbage -d - sudo /run/current-system/bin/switch-to-configuration boot \ No newline at end of file + sudo /run/current-system/bin/switch-to-configuration boot