mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
vscode: don't dump all the commands to a file
This is necessary due to cp -r ./* commands that copy this debug file
This commit is contained in:
parent
8213bd8199
commit
188743537d
@ -72,6 +72,7 @@ let
|
||||
|
||||
dontBuild = true;
|
||||
dontConfigure = true;
|
||||
noDumpEnvVars = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
Loading…
Reference in New Issue
Block a user