Files
develnixos.new/playground/example/config/default.nix
2024-06-29 14:37:35 +00:00

6 lines
127 B
Nix

{ config ? import ../../../config { } }:
{
playground = { port = "8081"; server = import ../services/python; };
} // config