From b83e2449b2387b95c9287d7877b1f12f2360f701 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Tue, 13 Aug 2024 10:02:32 +0200 Subject: [PATCH] fixup --- .../first-steps/towards-reproducibility-pinning-nixpkgs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/tutorials/first-steps/towards-reproducibility-pinning-nixpkgs.md b/source/tutorials/first-steps/towards-reproducibility-pinning-nixpkgs.md index 798615ada..0dd225163 100644 --- a/source/tutorials/first-steps/towards-reproducibility-pinning-nixpkgs.md +++ b/source/tutorials/first-steps/towards-reproducibility-pinning-nixpkgs.md @@ -11,7 +11,8 @@ In various Nix examples, you'll often see the following: ``` :::{note} -`` points to the file system path of some revision of {term}`Nixpkgs`. See [lookup paths](../nix-language.md#lookup-paths) in the next chapter, [](../nix-language.md). +`` points to the file system path of some revision of {term}`Nixpkgs`. +Find more information on [lookup paths](../nix-language.md#lookup-paths) in [](../nix-language.md). ::: This is a **convenient** way to quickly demonstrate a Nix expression and get it working by importing Nix packages.