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