From 2067612bb3c4f7624347f49270666c57881bb794 Mon Sep 17 00:00:00 2001 From: Charles Ellis Date: Thu, 23 Mar 2023 17:47:45 -0700 Subject: [PATCH] NIX_PATH includes nixpkgs in cross-compilation.md --- source/tutorials/cross-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/cross-compilation.md b/source/tutorials/cross-compilation.md index 6ea31f1..b647ebd 100644 --- a/source/tutorials/cross-compilation.md +++ b/source/tutorials/cross-compilation.md @@ -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 `: ```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