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
1 changed files with 1 additions and 0 deletions

View File

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