From 8cf528174465c195dc9807075ef889d91994f018 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 --- nixos/release-small.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/release-small.nix b/nixos/release-small.nix index 61bd4b61c250..af7189875e90 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 @@ -67,6 +73,7 @@ in rec { python rsyslog stdenv + subversion tarball vim; };