update to 24.05

This commit is contained in:
2024-06-29 14:37:35 +00:00
parent 289d35a051
commit c743f49838
12 changed files with 104 additions and 164 deletions

View File

@@ -1,5 +1,4 @@
{ config ? import ../config { } }:
config.nixpkgs.writeScript "example-web-server" ''
${config.playground.server {config = config;}}
''
config.playground.server { config = config; }