generated from stubbfel/nix-project-template
6 lines
127 B
Nix
6 lines
127 B
Nix
{ config ? import ../../../config { } }:
|
|
|
|
{
|
|
playground = { port = "8081"; server = import ../services/python; };
|
|
} // config
|