aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/source-location-in-while-evaluating-attribute.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/rl-next/source-location-in-while-evaluating-attribute.md')
-rw-r--r--doc/manual/rl-next/source-location-in-while-evaluating-attribute.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/manual/rl-next/source-location-in-while-evaluating-attribute.md b/doc/manual/rl-next/source-location-in-while-evaluating-attribute.md
deleted file mode 100644
index b72241862..000000000
--- a/doc/manual/rl-next/source-location-in-while-evaluating-attribute.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-synopsis: "In the debugger, `while evaluating the attribute` errors now include position information"
-prs: 9915
-credits: 9999years
-category: Fixes
----
-
-Before:
-
-```
-0: while evaluating the attribute 'python311.pythonForBuild.pkgs'
-0x600001522598
-```
-
-After:
-
-```
-0: while evaluating the attribute 'python311.pythonForBuild.pkgs'
-/nix/store/hg65h51xnp74ikahns9hyf3py5mlbbqq-source/overrides/default.nix:132:27
-
- 131|
- 132| bootstrappingBase = pkgs.${self.python.pythonAttr}.pythonForBuild.pkgs;
- | ^
- 133| in
-```