Dodona uses selenium now
This commit is contained in:
parent
3088f7573b
commit
f4ff18790d
1 changed files with 3 additions and 2 deletions
|
@ -5,10 +5,11 @@ let
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
chromedriver
|
||||||
|
libmysqlclient
|
||||||
|
nodejs-12_x
|
||||||
ruby
|
ruby
|
||||||
yarn
|
yarn
|
||||||
nodejs-12_x
|
|
||||||
libmysqlclient
|
|
||||||
zlib
|
zlib
|
||||||
(
|
(
|
||||||
pkgs.writeScriptBin "start-db" ''
|
pkgs.writeScriptBin "start-db" ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue