From c96c2d215762b948415bfc6884c4f195de3814d6 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Fri, 18 Mar 2016 19:30:46 +0000 Subject: [PATCH] add python and ruby to default --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index d55d4d7..0b4fb14 100644 --- a/default.nix +++ b/default.nix @@ -4,6 +4,7 @@ with import {}; { buildInputs = [ busybox bash dash mksh zsh + python ruby ]; }; }