From 3b5b8e31a3f6db9d3547ac305700535f984e3a96 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Thu, 2 Nov 2023 17:38:03 +0100 Subject: fixup note on dhall-to-nixpkgs example --- doc/languages-frameworks/dhall.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/languages-frameworks/dhall.section.md b/doc/languages-frameworks/dhall.section.md index 7322a61687d..83567ab17ac 100644 --- a/doc/languages-frameworks/dhall.section.md +++ b/doc/languages-frameworks/dhall.section.md @@ -323,7 +323,7 @@ $ nix-shell -p haskellPackages.dhall-nixpkgs nix-prefetch-git ``` :::{.note} -`nix-prefetch-git` has to be in `$PATH` for `dhall-to-nixpkgs` to work. +`nix-prefetch-git` is added to the `nix-shell -p` invocation above, because it has to be in `$PATH` for `dhall-to-nixpkgs` to work. ::: The utility takes care of automatically detecting remote imports and converting -- cgit 1.4.1