From 697b3a27bb714baedb1b7a21a404bac33d263f95 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 28 Oct 2019 23:52:59 +0100 Subject: [PATCH] Update index.adoc --- docs/modules/ROOT/pages/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 6d2e348..36b4912 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -78,10 +78,10 @@ Arion is configured declaratively with two files: === arion-pkgs.nix -Arion needs `arion-pkgs.nix` to import nixpkgs, it's contents can be as simple as: +Arion needs `arion-pkgs.nix` to import nixpkgs, for example: ```nix -import {} +import { system = "x86_64-linux"; } ``` or more sophisticated (recommended) setup with https://github.com/nmattia/niv[Niv].