generated from stubbfel/nix-project-template
add example
This commit is contained in:
5
playground/example/services/default.nix
Normal file
5
playground/example/services/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config ? import ../config { } }:
|
||||
|
||||
config.nixpkgs.writeScript "example-web-server" ''
|
||||
${config.playground.server {config = config;}}
|
||||
''
|
||||
Reference in New Issue
Block a user