generated from stubbfel/nix-project-template
6 lines
141 B
Nix
6 lines
141 B
Nix
{ config ? import ../config { } }:
|
|
|
|
config.nixpkgs.writeScript "example-web-server" ''
|
|
${config.playground.server {config = config;}}
|
|
''
|