From d000f5943a28ef8666116d70fc8fd5ff47d53df9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 21 Mar 2025 20:23:46 +0100 Subject: [PATCH] rl-2.27.md: Fix GitHub links https://discourse.nixos.org/t/nix-2-27-0-released/62003/2?u=edolstra (cherry picked from commit be5a455a1a5824b3c52faeec7fa6899ded25621f) --- doc/manual/source/release-notes/rl-2.27.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/release-notes/rl-2.27.md b/doc/manual/source/release-notes/rl-2.27.md index 1c8e39795..b4918029a 100644 --- a/doc/manual/source/release-notes/rl-2.27.md +++ b/doc/manual/source/release-notes/rl-2.27.md @@ -30,9 +30,9 @@ The evaluator now presents a "union" filesystem view of the `/nix/store` in the host and the chroot. - This change also removes some hacks that broke `builtins.{path,filterSource}` in chroot stores [#11503](https://github.com/NixOS/nix/issue/11503). + This change also removes some hacks that broke `builtins.{path,filterSource}` in chroot stores [#11503](https://github.com/NixOS/nix/issues/11503). -- `nix flake prefetch` now has a `--out-link` option [#12443](https://github.com/NixOS/nix/issue/12443) +- `nix flake prefetch` now has a `--out-link` option [#12443](https://github.com/NixOS/nix/pull/12443) - Set `FD_CLOEXEC` on sockets created by curl [#12439](https://github.com/NixOS/nix/pull/12439)