summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 83daf48..701ea0c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -217,7 +217,7 @@
217 fi 217 fi
218 done < <(find "$patchDir" -type f -print0) 218 done < <(find "$patchDir" -type f -print0)
219 ''; 219 '';
220 buildWrt = pkgs.writeShellScript "build" "make -j V=sc"; 220 buildWrt = pkgs.writeShellScript "build" "make -j1 V=sc";
221 221
222 buildWrtApp = { 222 buildWrtApp = {
223 type = "app"; 223 type = "app";