From cfd0c749663ab5fff8309b96ea4878e91b43a79a Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 18 Mar 2024 21:17:31 -0400 Subject: [PATCH] Add nix-channel --update to update recipe --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 2e26166..ccea1c1 100644 --- a/justfile +++ b/justfile @@ -13,6 +13,8 @@ rollback: $cmd switch --rollback --flake . update: + nix-channel --update + sudo nix-channel --update @./nix-flake-update.sh fmt: