aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8a5fb99..6b7110a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -164,6 +164,10 @@
164 restrictNetwork = false; 164 restrictNetwork = false;
165 patchQemu9p = true; 165 patchQemu9p = true;
166 tools = devTools; 166 tools = devTools;
167 envVars = {
168 # File modification watch doesn't work through the VM for live reload.
169 VUE_APP_WEBPACK_WATCH_POLL = "1000";
170 };
167 config = { 171 config = {
168 # The viewer's build and devel server are resource-hungry. 172 # The viewer's build and devel server are resource-hungry.
169 virtualisation.cores = 2; 173 virtualisation.cores = 2;