feat: upgrade foundry to v13
This commit is contained in:
parent
6f8626ca8a
commit
39f4460e0a
4 changed files with 3 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ in {
|
||||||
NODE_ENV = "production";
|
NODE_ENV = "production";
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkgs.nodejs}/bin/node ${foundry-vtt}/share/foundry-vtt/resources/app/main.js --dataPath=${config.users.users.foundry-vtt.home}";
|
ExecStart = "${pkgs.nodejs}/bin/node ${foundry-vtt}/share/foundry-vtt/main.js --dataPath=${config.users.users.foundry-vtt.home}";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
User = "foundry-vtt";
|
User = "foundry-vtt";
|
||||||
WorkingDirectory = "${config.users.users.foundry-vtt.home}";
|
WorkingDirectory = "${config.users.users.foundry-vtt.home}";
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "foundry-vtt";
|
pname = "foundry-vtt";
|
||||||
version = "12.331";
|
version = "13.350";
|
||||||
|
|
||||||
src = ./FoundryVTT-12.343.zip;
|
src = ./FoundryVTT-Node-13.350.zip;
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue