diff --git a/nixos/doc/manual/release-notes/rl-1509.xml b/nixos/doc/manual/release-notes/rl-1509.xml index 404bf2dd810..5efd7e594a4 100644 --- a/nixos/doc/manual/release-notes/rl-1509.xml +++ b/nixos/doc/manual/release-notes/rl-1509.xml @@ -349,13 +349,13 @@ nix-env -f "<nixpkgs>" -iA haskellPackages.pandoc - Any use of module argument such as pkgs to access + Any use of module arguments such as pkgs to access library functions, or to define imports attributes will now lead to an infinite loop at the time of the evaluation. - In case of infinite loop, use the --show-trace + In case of an infinite loop, use the --show-trace command line argument and read the line just above the error message.