We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49df42b commit 83aa6bfCopy full SHA for 83aa6bf
1 file changed
justfile
@@ -1,5 +1,5 @@
1
default:
2
- echo 'Hello, world!'
+ update-switch
3
4
switch:
5
sudo darwin-rebuild switch --flake . --verbose
@@ -29,7 +29,7 @@ update:
29
nix flake update --commit-lock-file
30
31
# Update flake inputs and switch in one command
32
-update-switch: update switch
+update-switch: update fmt switch
33
34
# List all secrets in the flake
35
sops-list-secrets:
0 commit comments