From 9bcbf577b36bc3a50da85de9f21dd209b2a1f182 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sat, 8 Feb 2025 15:34:42 -0500 Subject: justfile: use substituters when deploying --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 3552de3..13d034d 100644 --- a/justfile +++ b/justfile @@ -24,6 +24,7 @@ remote-rebuild system subcmd *extraArgs="": --build-host root@{{ system }} \ --target-host root@{{ system }} \ --fast \ + --use-substitutes \ {{ extraArgs }} \ --flake '.#{{ system }}' -- cgit v1.2.3