about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-05 23:35:20 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-05 23:35:20 +0100
commit1190f91d696a231d086ac87e42e8351519831e31 (patch)
treeb1fb951e92ef269cab30d251bf064daf68e28fe8 /machines/default.nix
parent60798134c952adfd068ec844296a652720134102 (diff)
Remove all references to "heinrich"
This was a very old effort to NixOSify "heinrich" which unfortunately
didn't happen and I'm not sure whether "heinrich" even exists anymore.

The tests were broken anyway, so I doubt anyone would grief over it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/machines/default.nix b/machines/default.nix
index d15bd7eb..f3cb8d60 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -15,8 +15,7 @@ in {
     };
   };
   labnet = {
-    heinrich = callMachine ./labnet/heinrich.nix {};
-    labtop   = callMachine ./labnet/labtop.nix {};
+    labtop = callMachine ./labnet/labtop.nix {};
   };
   profpatsch = {
     katara = callMachine ./profpatsch/katara.nix {};