From 3b91f25b37ea709f5c86e38a50061199bbed5341 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 17 Oct 2016 20:32:07 +0200 Subject: Fix evaluation of module list Regression introduced by e3f8d28d6be67257d70035d122263f3a35adc438. Another time where a commit references files without actually adding them. So let's remove the missing module from the module list and let only those machines break which are actually using it. Signed-off-by: aszlig Cc: @Profpatsch --- modules/module-list.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/module-list.nix') diff --git a/modules/module-list.nix b/modules/module-list.nix index ce279c6c..77084f05 100644 --- a/modules/module-list.nix +++ b/modules/module-list.nix @@ -30,5 +30,6 @@ ./user/openlab/labtops.nix ./user/openlab/stackenblocken.nix ./user/profpatsch/programs/scanning.nix - ./user/profpatsch/programs/taffybar.nix + # XXX: @Profpatsch forgot to include this + #./user/profpatsch/programs/taffybar.nix ] -- cgit 1.4.1