diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 17 |
1 files changed, 5 insertions, 12 deletions
@@ -25,22 +25,17 @@ rebuild subcmd root="false": [linux] [macos] +boot: + @just rebuild boot {{ asRoot }} + +[linux] +[macos] build: @just rebuild build check: nix flake check -deploy host: - nix run .#{{ host }} - -deploy-all: - nix eval \ - --json ".#apps.x86_64-linux" \ - --apply builtins.attrNames \ - | jq -c '.[]' | grep -v -E "dry-run|apply|destroy|tofu-config|plan" \ - | while read -r c; do nix run ".#$c"; done - [linux] [macos] dry-run: @@ -54,8 +49,6 @@ pre-commit: switch: @just rebuild switch {{ asRoot }} -switch-and-deploy: switch deploy-all - [linux] [macos] test: |
