mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-23 19:25:32 +02:00
feat(web): re-enable web exports
This commit is contained in:
parent
fcad5d64b9
commit
ff95b60a56
26 changed files with 940 additions and 4887 deletions
11
test/web/shell.nix
Normal file
11
test/web/shell.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
let
|
||||
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/23.11.tar.gz") {};
|
||||
in pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
nodejs
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
export GODOT_XTERM_CHROME_PATH=${pkgs.chromium}/bin/chromium
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue