From 8770c3c462fe968586ffa9c1f2c99cef301784b8 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 21 Apr 2024 14:19:11 -0400 Subject: [PATCH] Move channel updates to new recipe --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index ccea1c1..834f067 100644 --- a/justfile +++ b/justfile @@ -12,9 +12,11 @@ rebuild: rollback: $cmd switch --rollback --flake . -update: +channel-update: nix-channel --update sudo nix-channel --update + +update: @./nix-flake-update.sh fmt: