Update index.adoc
This commit is contained in:
parent
8f2b953701
commit
697b3a27bb
1 changed files with 2 additions and 2 deletions
|
@ -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 <nixpkgs> {}
|
||||
import <nixpkgs> { system = "x86_64-linux"; }
|
||||
```
|
||||
|
||||
or more sophisticated (recommended) setup with https://github.com/nmattia/niv[Niv].
|
||||
|
|
Loading…
Reference in a new issue