about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorIlya Fedin <fedin-ilja2010@ya.ru>2022-03-15 00:24:17 +0400
committerIlya Fedin <fedin-ilja2010@ya.ru>2022-03-15 19:39:26 +0400
commit188743537d4a306dd8dbe5aa5e9cc2b671215d81 (patch)
treef29a3c7793199b1214d51ee2800f34d727420f82 /pkgs/applications/editors
parent8213bd819954ee50e740392ed20dfec150eae207 (diff)
downloadnixlib-188743537d4a306dd8dbe5aa5e9cc2b671215d81.tar
nixlib-188743537d4a306dd8dbe5aa5e9cc2b671215d81.tar.gz
nixlib-188743537d4a306dd8dbe5aa5e9cc2b671215d81.tar.bz2
nixlib-188743537d4a306dd8dbe5aa5e9cc2b671215d81.tar.lz
nixlib-188743537d4a306dd8dbe5aa5e9cc2b671215d81.tar.xz
nixlib-188743537d4a306dd8dbe5aa5e9cc2b671215d81.tar.zst
nixlib-188743537d4a306dd8dbe5aa5e9cc2b671215d81.zip
vscode: don't dump all the commands to a file
This is necessary due to cp -r ./* commands that copy this debug file
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/generic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/generic.nix b/pkgs/applications/editors/vscode/generic.nix
index 030b696e14e6..d704497b4f0c 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