From c64214cade155328807b5ff58b58366913648252 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 13 May 2024 21:02:58 -0400 Subject: [PATCH] fixed switch recipe --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 4b3958f..d3d50b9 100644 --- a/justfile +++ b/justfile @@ -97,7 +97,7 @@ options: @xdg-open https://search.nixos.org/options # NixOS-rebuild switch short-hand -switch BACK: +switch: @echo -e "\033[32m->> Switching to next generation ->>\033[0m" @sudo nixos-rebuild switch --flake .#{{SYSTEM}}