diff --git a/README.md b/README.md index a12ce02b..7748fade 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For more information, see the [NixOS modules introduction]. See [over there] in the documentation book. - [over there]: https://epics-extensions.github.io/EPNix/ioc/tutorials/getting-started.html + [over there]: https://epics-extensions.github.io/EPNix/ ## Packaging policy @@ -61,10 +61,6 @@ epnix = { # --- support.modules = with pkgs.epnix.support; [ StreamDevice ]; - # Add your applications: - # --- - applications.apps = [ "inputs.myExampleApp" ]; - # You can specify environment variables for your development shell like this: # --- devShell.environment.variables."EPICS_CA_ADDR_LIST" = "localhost";