From 188743537d4a306dd8dbe5aa5e9cc2b671215d81 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Tue, 15 Mar 2022 00:24:17 +0400 Subject: [PATCH] vscode: don't dump all the commands to a file This is necessary due to cp -r ./* commands that copy this debug file --- pkgs/applications/editors/vscode/generic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/vscode/generic.nix b/pkgs/applications/editors/vscode/generic.nix index 030b696e14e..d704497b4f0 100644 --- a/pkgs/applications/editors/vscode/generic.nix +++ b/pkgs/applications/editors/vscode/generic.nix @@ -72,6 +72,7 @@ let dontBuild = true; dontConfigure = true; + noDumpEnvVars = true; installPhase = '' runHook preInstall