about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-11-08 13:23:15 +0100
committerProfpatsch <mail@profpatsch.de>2019-11-09 19:40:07 +0100
commit2d2e5bc92732ed6cdc050cff1b34b4534ef55393 (patch)
tree7a0f16eb2921abe9f73e20e56b2ac5018c778839 /machines/default.nix
parent8174e4dbe7636dfd52685b6dd54de02ad5eed93f (diff)
machines/openlab/hannswurscht: remove machine
The 32-bit Hannstar Laptop was replaced by a Raspi with Raspian.

Removing the config means we don’t have to build any 32-bit software
in vuizvui anymore.
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/machines/default.nix b/machines/default.nix
index 236d2a5d..23a8234d 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -17,9 +17,6 @@ with import ../lib;
     hildr      = callMachine devhell/hildr.nix {};
     gunnr      = callMachine devhell/gunnr.nix {};
   };
-  openlab = {
-    hannswurscht = callMachine ./openlab/hannswurscht.nix {};
-  };
   profpatsch = {
     shiki = callMachine ./profpatsch/shiki.nix {};
     haku   = callMachine ./profpatsch/haku.nix {};