summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--justfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/justfile b/justfile
index 48de13a..ac69740 100644
--- a/justfile
+++ b/justfile
@@ -26,7 +26,7 @@ rebuild subcmd root="false":
[linux]
[macos]
build:
- just rebuild build
+ @just rebuild build
check:
nix flake check
@@ -39,7 +39,7 @@ deploy-all: (deploy "atlas")
[linux]
[macos]
dry-run:
- rebuild dry-run
+ @just rebuild dry-run
pre-commit:
pre-commit run
@@ -47,14 +47,14 @@ pre-commit:
[linux]
[macos]
switch:
- just rebuild switch {{asRoot}}
+ @just rebuild switch {{asRoot}}
switch-and-deploy: switch deploy-all
[linux]
[macos]
test:
- just rebuild test {{asRoot}}
+ @just rebuild test {{asRoot}}
update:
nix flake update