about summary refs log tree commit diff
path: root/machines/labnet/labtop.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-04-30 14:46:20 +0200
committerProfpatsch <mail@profpatsch.de>2016-04-30 14:46:20 +0200
commit62f9d54bcd42b1833d35664f1ec73d4bc7832ba9 (patch)
tree9e04f8790f9bf3550bbc602c4ffa5bd341b106d1 /machines/labnet/labtop.nix
parent728022e0d3143bc1c485187b07c933b95323cbeb (diff)
machines/labtops: labhanns -> hannswurst
Diffstat (limited to 'machines/labnet/labtop.nix')
-rw-r--r--machines/labnet/labtop.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix
index 38d24c2c..adf9e08b 100644
--- a/machines/labnet/labtop.nix
+++ b/machines/labnet/labtop.nix
@@ -31,9 +31,9 @@ let
   };
 
 
-  labhanns = {
+  hannswurst = {
     nixpkgs.system = "i686-linux";
   };
 
 in
-  mkLabtops { inherit labtop labhanns; }
+  mkLabtops { inherit labtop hannswurst; }