summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/release-small.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index cd3f70287a3..243dddcd12c 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -55,7 +55,13 @@ in rec {
     inherit (nixpkgs')
       apacheHttpd_2_2
       apacheHttpd_2_4
+      cmake
+      cryptsetup
       emacs
+      gettext
+      git
+      imagemagick
+      linux
       mysql51
       mysql55
       nginx
@@ -66,6 +72,7 @@ in rec {
       python
       rsyslog
       stdenv
+      subversion
       tarball
       vim;
   };