services: Add FoundryVTT service

This commit is contained in:
Tristan Daniël Maat 2023-05-11 22:02:57 +01:00
parent 14d29fa49d
commit a3e2d2931c
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 60 additions and 0 deletions

View file

@ -17,6 +17,10 @@
url = "git+https://gitea.tlater.net/tlaternet/tlaternet.git";
inputs.nixpkgs.follows = "nixpkgs";
};
foundryvtt = {
url = "github:reckenrode/nix-foundryvtt";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {