package OuterWildsTextAdventureWeb as caddy service
This commit is contained in:
parent
5844040624
commit
cae1182840
10 changed files with 119 additions and 16 deletions
5
overlays/additions/OuterWildsTextAdventure.nix
Normal file
5
overlays/additions/OuterWildsTextAdventure.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages.${system}) OuterWildsTextAdventure;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue