From e82567a33def158b26ba58a79f773d59b9ac089b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 31 May 2025 18:15:22 +0300 Subject: [PATCH] chore(flake): get the build to run --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 49d49f771..540577e91 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ ]; buildPhase = '' - pnpm nx run desktop:build + NX_TUI=false NX_DAEMON=false pnpm nx run desktop:build ''; installPhase = ''