summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-10 21:18:35 -0400
committerseth <[email protected]>2024-05-10 21:30:32 -0400
commit292a7d201f86d0af8b744896418208e975ba47a8 (patch)
tree6e7f78777db7881292b5ef2194e41dde048646d5 /justfile
parent1ec692c24c5b3345e6d7fe1445f2a51b1e322f03 (diff)
systems: deploy-rs -> nixinate for 12343894th time
Diffstat (limited to 'justfile')
-rw-r--r--justfile16
1 files changed, 4 insertions, 12 deletions
diff --git a/justfile b/justfile
index 9a0342a..551d6a3 100644
--- a/justfile
+++ b/justfile
@@ -16,6 +16,8 @@ default:
rebuild subcmd *extraArgs="":
{{ rebuild }} {{ subcmd }} {{ rebuildArgs }} --flake . {{ extraArgs }}
+boot *extraArgs="": (rebuild "boot" extraArgs)
+
build *extraArgs="": (rebuild "build" extraArgs)
dry-run *extraArgs="": (rebuild "dry-run" extraArgs)
@@ -48,18 +50,8 @@ update-input input:
--commit-lock-file \
--commit-lockfile-summary "flake: update {{ input }}"
-deploy system *args="":
- nix run \
- --inputs-from . \
- 'nixpkgs#deploy-rs' -- \
- '.#{{ system }}' \
- {{ args }}
-
-deploy-all *args="":
- nix run \
- --inputs-from . \
- 'nixpkgs#deploy-rs' -- \
- {{ args }}
+deploy system:
+ nix run '.#{{ system }}'
clean:
rm -rf \