From d506aa73be2b257d067434acf39c8d3ca5669302 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 11 Jan 2024 09:30:31 +0100 Subject: [PATCH 1/2] README: fix documentation book URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a12ce02b..35904260 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 From 21c31df76650bd085fc488fd5472c9bf4681ef35 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 11 Jan 2024 09:30:53 +0100 Subject: [PATCH 2/2] README: don't encourage the usage of external Apps --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 35904260..7748fade 100644 --- a/README.md +++ b/README.md @@ -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";