From 4e02cbb5585fd3a23ae14abc499942eaa2d4b79a 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 cd41a71..b356d4c 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}}