diff options
| author | seth <[email protected]> | 2023-11-01 12:00:57 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-01 12:00:57 -0400 |
| commit | 9c9e992bb44d7c0b6ba2cc14c6d5c46695a82234 (patch) | |
| tree | bb4a1a4bafc0711e5e56f243199d342f24f56af9 /justfile | |
| parent | c958eb55fede806c77ce4d6875010fe73ef3370e (diff) | |
justfile: silence recursive just calls
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
