From 80bf1d300eca5a64cf0e0a69d5cfd5ec51c28582 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 23 Jun 2020 19:06:53 +0800 Subject: [PATCH] wfvm: cleanup --- artiq-fast/wfvm/layers/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/artiq-fast/wfvm/layers/default.nix b/artiq-fast/wfvm/layers/default.nix index ccd3c75..98bda4f 100644 --- a/artiq-fast/wfvm/layers/default.nix +++ b/artiq-fast/wfvm/layers/default.nix @@ -118,11 +118,8 @@ in name = "MSVC-ide-unbreak"; script = '' - echo 1 win-exec 'cd "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE" && devenv /ResetSettings' - echo 2 sleep 40 - echo 3 ''; }; }