From 65b2106d2a2fd219bd49918911b8f0f888961e62 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sun, 13 Jun 2021 10:03:35 +0200 Subject: [PATCH] Typo --- docs/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 1cb8a5a..84dd8e8 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -239,7 +239,7 @@ You can build a project with `nix-build` using an expression like arion.build { modules = [ ./arion-compose.nix ]; pkgs = import ./arion-pkgs.nix; } ``` -If you deploy with xref:hercules-ci-effects:ROOT:reference/nix-functions/runArion.adoc[integrate], +If you deploy with xref:hercules-ci-effects:ROOT:reference/nix-functions/runArion.adoc[runArion], and your `pkgs` variable is equivalent to `import ./arion-pkgs.nix`, you can use: ```nix