From 1190f91d696a231d086ac87e42e8351519831e31 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 5 Mar 2016 23:35:20 +0100 Subject: 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 --- machines/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'machines/default.nix') 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 {}; -- cgit 1.4.1