Update index.adoc

This commit is contained in:
Robert Hensing 2019-10-28 23:52:59 +01:00 committed by GitHub
parent 8f2b953701
commit 697b3a27bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,10 +78,10 @@ Arion is configured declaratively with two files:
=== arion-pkgs.nix === 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 ```nix
import <nixpkgs> {} import <nixpkgs> { system = "x86_64-linux"; }
``` ```
or more sophisticated (recommended) setup with https://github.com/nmattia/niv[Niv]. or more sophisticated (recommended) setup with https://github.com/nmattia/niv[Niv].