about summary refs log tree commit diff
path: root/envs/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-01-14 06:59:35 +0100
committeraszlig <aszlig@redmoonstudios.org>2013-01-14 06:59:35 +0100
commit26ad8489687175ffbbeb11e8c063fd75f64192a1 (patch)
tree690ae66330fbfd1f6b241b2a154d2d6bc8fec05f /envs/default.nix
parent494a94d5ae309be2da9a16b13ea0844b40ec13cd (diff)
Move catapult env from overrides into envs.
This one was actually missing from commit
5cd07981d83f080775d6f144a940e05a4cc7310c.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'envs/default.nix')
-rw-r--r--envs/default.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/envs/default.nix b/envs/default.nix
index 20e498b1..7ec40e8f 100644
--- a/envs/default.nix
+++ b/envs/default.nix
@@ -15,6 +15,19 @@ with pkgs;
     in lib.mapAttrsToList genAszligEnv collection;
   };
 
+  catapultEnv = myEnvFun {
+    name = "catapult";
+    buildInputs = [
+      stdenv python pil
+      pythonPackages.matplotlib
+      pythonPackages.django
+      pythonPackages.sqlite3
+      pythonPackages.markdown
+      pythonPackages.MySQL_python
+      pythonPackages.setuptools
+    ];
+  };
+
   kernelEnv = myEnvFun {
     name = "kernel";
     extraCmds = ''