From 121f7ca5fd4417ccbff4ecc964d035a25514ac44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 14 May 2025 23:24:35 +0200 Subject: [PATCH] doc/rl-next: add duplicate-copy --- doc/manual/rl-next/duplicate-copy.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/manual/rl-next/duplicate-copy.md diff --git a/doc/manual/rl-next/duplicate-copy.md b/doc/manual/rl-next/duplicate-copy.md new file mode 100644 index 000000000..884d8d8e1 --- /dev/null +++ b/doc/manual/rl-next/duplicate-copy.md @@ -0,0 +1,8 @@ +--- +synopsis: "No longer copy flakes that are in the nix store" +issues: 10435 +prs: [12877, 13098] +--- + +Previously, we would duplicate entries like `path:/nix/store/*` back into the Nix store. +This was prominently visible for pinned system flake registry entries in NixOS, e.g., when running `nix run nixpkgs#hello`.