treewide: remove empty let blocks

This commit is contained in:
Mario Rodas
2019-12-04 06:00:00 -05:00
parent 49c63e498c
commit e44d7c14f5
3 changed files with 3 additions and 7 deletions

View File

@@ -20,8 +20,7 @@ let
'';
in {
runInWindowsVM = drv: let
in pkgs.lib.overrideDerivation drv (attrs: let
runInWindowsVM = drv: pkgs.lib.overrideDerivation drv (attrs: let
bootstrap = bootstrapper attrs.windowsImage;
in {
requiredSystemFeatures = [ "kvm" ];