summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-09 09:11:38 -0400
committerSeth Flynn <[email protected]>2025-03-09 09:11:38 -0400
commitc7b7c09e1f53f6b49399d0ca3886c85cf77254a8 (patch)
treec12edb1560e91cac250723d09b7bc2cdac67f80b /justfile
parent1b852d83bb8590914012275ddec6517598787414 (diff)
justfile: fix remote-deploy
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index eea92df..8dcd31a 100644
--- a/justfile
+++ b/justfile
@@ -22,7 +22,7 @@ remote-rebuild system subcmd *args="":
{{ subcmd }} \
--build-host 'root@{{ system }}' \
--target-host 'root@{{ system }}' \
- --no-build-nix \
+ --fast \
--use-substitutes \
--flake 'git+file://{{ justfile_directory() }}#{{ system }}' \
{{ args }}