about summary refs log tree commit diff
path: root/modules/module-list.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-10-17 20:32:07 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-10-17 20:34:13 +0200
commit3b91f25b37ea709f5c86e38a50061199bbed5341 (patch)
treedab2d37da4f27a617b65495b5cb4003e11d3880d /modules/module-list.nix
parente3f8d28d6be67257d70035d122263f3a35adc438 (diff)
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 <aszlig@redmoonstudios.org>
Cc: @Profpatsch
Diffstat (limited to 'modules/module-list.nix')
-rw-r--r--modules/module-list.nix3
1 files changed, 2 insertions, 1 deletions
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
 ]