summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-13 15:39:09 -0500
committerseth <[email protected]>2023-12-13 15:42:21 -0500
commitfaa11c9d45949922555bf82dda77804828193fa3 (patch)
tree4e21f4d6800e3c2a451a047cdd4365d937cef32c /justfile
parent109114703b42ba17c8f2a4a347bd4a9ecd1e82d5 (diff)
systems: nixinate -> deploy-rs (again (again))
nixinate just hangs as of 163daad93da692fc280036b80f29ca9b65c005d4
Diffstat (limited to 'justfile')
-rw-r--r--justfile17
1 files changed, 5 insertions, 12 deletions
diff --git a/justfile b/justfile
index b413537..14b697e 100644
--- a/justfile
+++ b/justfile
@@ -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: