vm: Remove runInWindowsVM implementation

Originally this was meant to support other Windows versions than just
Windows XP, but before I actually got a chance to implement this I left
the project that I implemented this for.

The code has been broken for years now and I highly doubt anyone is
interested in resurrecting this (including me), so in order to make this
less of a maintenance burden for everybody, let's remove it.

Signed-off-by: aszlig <aszlig@nix.build>
This commit is contained in:
aszlig
2020-12-17 07:03:36 +01:00
parent 66acfa3d16
commit 1152978cda
8 changed files with 1 additions and 722 deletions
+1 -1
View File
@@ -1196,4 +1196,4 @@ rec {
`debDistros' sets. */
diskImages = lib.mapAttrs (name: f: f {}) diskImageFuns;
} // import ./windows pkgs
}