From 302fb4f4bc0213b231b9bf5b98093c60d3917313 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 28 May 2016 18:03:50 +0200 Subject: machines: Remove machine "website-vm" According to @Profpatsch the whole point of this dummy machine was that the patched gitit version should be built on Hydra. We don't need to have such workarounds, because we're already recursing through all packages in the Vuizvui namespace whether meta.platforms includes a system that we support on our Hydra. This has been done with a4d6395 so "website-vm" is obsolete now. Signed-off-by: aszlig --- machines/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'machines/default.nix') diff --git a/machines/default.nix b/machines/default.nix index afaa9ec5..2e4c51cc 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -16,7 +16,6 @@ with import ../lib; labtops = callNetwork ./labnet/labtops.nix { vuizvui.user.openlab.labtops.enable = true; }; - website-vm = callMachine ./labnet/website-vm.nix {}; }; profpatsch = { katara = callMachine ./profpatsch/katara.nix {}; -- cgit 1.4.1