Update shells
This commit is contained in:
parent
a4279dea27
commit
9cd9eb7732
3 changed files with 28 additions and 16 deletions
12
shells/dodona-docs.nix
Normal file
12
shells/dodona-docs.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> { };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
nodejs-12_x
|
||||
yarn
|
||||
];
|
||||
shellHook = ''
|
||||
export PUPPETEER_EXECUTABLE_PATH="${pkgs.ungoogled-chromium}/bin/chromium"
|
||||
'';
|
||||
}
|
|
@ -6,7 +6,7 @@ pkgs.mkShell {
|
|||
chromedriver
|
||||
libmysqlclient
|
||||
nodejs-12_x
|
||||
ruby_2_7
|
||||
ruby
|
||||
yarn
|
||||
zlib
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue