summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
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 }}