From e2737d2d551eefd36548c7eaa2c90230d472f4d8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 31 May 2025 18:23:18 +0300 Subject: [PATCH] chore(flake): get build to succeed --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index aabdba6af..7f6a11a94 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ buildPhase = '' patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) node_modules/.pnpm/sass-embedded-linux-x64@1.87.0/node_modules/sass-embedded-linux-x64/dart-sass/src/dart - NX_TUI=false NX_DAEMON=false pnpm nx run desktop:build + NX_TUI=false NX_DAEMON=false pnpm nx run desktop:build --outputStyle stream ''; installPhase = ''