diff options
| author | Seth Flynn <[email protected]> | 2025-03-09 09:11:38 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-09 09:11:38 -0400 |
| commit | c7b7c09e1f53f6b49399d0ca3886c85cf77254a8 (patch) | |
| tree | c12edb1560e91cac250723d09b7bc2cdac67f80b /justfile | |
| parent | 1b852d83bb8590914012275ddec6517598787414 (diff) | |
justfile: fix remote-deploy
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }} |
