This commit is contained in:
Robert Hensing 2021-06-13 10:03:35 +02:00 committed by GitHub
parent af8257eb66
commit 65b2106d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; } 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: and your `pkgs` variable is equivalent to `import ./arion-pkgs.nix`, you can use:
```nix ```nix