Move shells to separate files
This commit is contained in:
parent
7d60967e74
commit
fbe31586f9
10 changed files with 211 additions and 205 deletions
5
shells/dodona-docs.nix
Normal file
5
shells/dodona-docs.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: pkgs.devshell.mkShell {
|
||||
name = "Dodona Docs";
|
||||
env = [{ name = "PUPPETEER_EXECUTABLE_PATH"; eval = "${pkgs.ungoogled-chromium}/bin/chromium"; }];
|
||||
packages = with pkgs; [ nodejs yarn ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue