Move channel updates to new recipe

This commit is contained in:
Dave Gallant
2024-04-21 14:19:11 -04:00
parent 42c02e5694
commit 8770c3c462

View File

@@ -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: