From c7b7c09e1f53f6b49399d0ca3886c85cf77254a8 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sun, 9 Mar 2025 09:11:38 -0400 Subject: justfile: fix remote-deploy --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- cgit v1.2.3