summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-08-12 16:35:35 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-08-12 16:39:42 +0200
commit52f21069d0495b4ea216909f9624d12cffe55fdf (patch)
tree915644591b019f080ca348e577086b3497726949 /nixos/modules/module-list.nix
parent2045b40b1061f24e9a51e1f312c9d9e131b8b43b (diff)
downloadnixlib-52f21069d0495b4ea216909f9624d12cffe55fdf.tar
nixlib-52f21069d0495b4ea216909f9624d12cffe55fdf.tar.gz
nixlib-52f21069d0495b4ea216909f9624d12cffe55fdf.tar.bz2
nixlib-52f21069d0495b4ea216909f9624d12cffe55fdf.tar.lz
nixlib-52f21069d0495b4ea216909f9624d12cffe55fdf.tar.xz
nixlib-52f21069d0495b4ea216909f9624d12cffe55fdf.tar.zst
nixlib-52f21069d0495b4ea216909f9624d12cffe55fdf.zip
Remove the Cassandra module
It uses import-from-derivation, which is a bad thing, because this
causes hydra-evaluator to build Cassandra at evaluation time.

  $ nix-instantiate nixos/release.nix -A tests.cassandra.i686-linux --dry-run
  error: cannot read ‘/nix/store/c41blyjz6pfvk9fnvrn6miihq5w3j0l4-cassandra-2.0.16/conf/cassandra-env.sh’, since path ‘/nix/store/0j9ax4z8xhaz5lhrwl3bwj10waxs3hgy-cassandra-2.0.16.drv’ is not valid, at /home/eelco/Dev/nixpkgs/nixos/modules/services/databases/cassandra.nix:373:11

Also, the module is a mess (bad option descriptions, poor indentation,
a gazillion options where a generic "config" option would suffice, it
opens ports in the firewall, it sets vm.swappiness, ...).
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 36ec26519654..f5747428825c 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -136,7 +136,6 @@
   ./services/continuous-integration/jenkins/slave.nix
   ./services/databases/4store-endpoint.nix
   ./services/databases/4store.nix
-  ./services/databases/cassandra.nix
   ./services/databases/couchdb.nix
   ./services/databases/firebird.nix
   ./services/databases/hbase.nix