Merge pull request #491 from Hamled/patch-1

NIX_PATH includes nixpkgs in cross-compilation.md
This commit is contained in:
Valentin Gagarin 2023-04-05 01:26:26 +02:00 committed by GitHub
commit 89d5f8aa37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ Since this is rarely needed, we will assume that the target is identical to the
To ensure the reproducibility of this tutorial as explained in {ref}`the pinning tutorial <pinning-nixpkgs>`:
```shell-session
$ NIX_PATH=https://github.com/NixOS/nixpkgs/archive/9420363b95521e65a76eb5153de1eaee4a2e41c6.tar.gz
$ NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/9420363b95521e65a76eb5153de1eaee4a2e41c6.tar.gz
```
## Determining the host platform config