Skip to content

Commit 83aa6bf

Browse files
committed
chore: just default to update-switch
1 parent 49df42b commit 83aa6bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default:
2-
echo 'Hello, world!'
2+
update-switch
33

44
switch:
55
sudo darwin-rebuild switch --flake . --verbose
@@ -29,7 +29,7 @@ update:
2929
nix flake update --commit-lock-file
3030

3131
# Update flake inputs and switch in one command
32-
update-switch: update switch
32+
update-switch: update fmt switch
3333

3434
# List all secrets in the flake
3535
sops-list-secrets:

0 commit comments

Comments
 (0)