remove nix dependencies

This commit is contained in:
Thomas Levine 2016-03-31 20:00:45 +00:00
parent 4f7541b1fd
commit 3122b2cc63
1 changed files with 0 additions and 1 deletions

View File

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