summary refs log tree commit diff
path: root/pkgs/build-support/vm/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-12-17 06:58:31 +0100
committeraszlig <aszlig@nix.build>2020-12-17 07:03:36 +0100
commit1152978cdac37636de3dfbef8c84369104bc9034 (patch)
tree16d3daaee616b8435de5485395a54c887abfe40c /pkgs/build-support/vm/default.nix
parent66acfa3d16eb599f5aa85bda153a24742f683383 (diff)
downloadnixpkgs-1152978cdac37636de3dfbef8c84369104bc9034.tar
nixpkgs-1152978cdac37636de3dfbef8c84369104bc9034.tar.gz
nixpkgs-1152978cdac37636de3dfbef8c84369104bc9034.tar.bz2
nixpkgs-1152978cdac37636de3dfbef8c84369104bc9034.tar.lz
nixpkgs-1152978cdac37636de3dfbef8c84369104bc9034.tar.xz
nixpkgs-1152978cdac37636de3dfbef8c84369104bc9034.tar.zst
nixpkgs-1152978cdac37636de3dfbef8c84369104bc9034.zip
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>
Diffstat (limited to 'pkgs/build-support/vm/default.nix')
-rw-r--r--pkgs/build-support/vm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/vm/default.nix b/pkgs/build-support/vm/default.nix
index 2f18e96e4ce..5f3c7e1d621 100644
--- a/pkgs/build-support/vm/default.nix
+++ b/pkgs/build-support/vm/default.nix
@@ -1196,4 +1196,4 @@ rec {
      `debDistros' sets. */
   diskImages = lib.mapAttrs (name: f: f {}) diskImageFuns;
 
-} // import ./windows pkgs
+}