From 5614b000ed50043f9347656cc03eab3da9cb80af Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 25 Sep 2014 17:52:25 +0200 Subject: [PATCH] Add some more stuff to the small channel (cherry picked from commit 8cf528174465c195dc9807075ef889d91994f018) --- nixos/release-small.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/release-small.nix b/nixos/release-small.nix index cd3f70287a3a..243dddcd12cf 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; };