about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-05-28 18:03:50 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-05-28 18:09:28 +0200
commit302fb4f4bc0213b231b9bf5b98093c60d3917313 (patch)
treedc5bed2e4ab18cf774e490b7fb75dbf01e942ec1 /machines/default.nix
parenta4d63956319379be4221091edb8c24bdfb102d51 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix1
1 files changed, 0 insertions, 1 deletions
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 {};