add python and ruby to default

This commit is contained in:
Thomas Levine 2016-03-18 19:30:46 +00:00
parent 9b4c502d25
commit c96c2d2157

View File

@ -4,6 +4,7 @@ with import <nixpkgs> {}; {
buildInputs = [ buildInputs = [
busybox busybox
bash dash mksh zsh bash dash mksh zsh
python ruby
]; ];
}; };
} }