From cbdd0c10358d923f7ecb46fac4a64dbbfd250fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 14 May 2025 22:45:57 +0200 Subject: [PATCH] doc/rl-next: add nix-flake-show --- doc/manual/rl-next/nix-flake-show.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/manual/rl-next/nix-flake-show.md diff --git a/doc/manual/rl-next/nix-flake-show.md b/doc/manual/rl-next/nix-flake-show.md new file mode 100644 index 000000000..c5cf4d93b --- /dev/null +++ b/doc/manual/rl-next/nix-flake-show.md @@ -0,0 +1,8 @@ +--- +synopsis: "nix flake show now skips over import-from-derivation" +issues: 4265 +prs: [12583] +--- + +Previously, if a flake contained outputs relying on import-from-derivation during evaluation, `nix flake show` would fail to display the rest of the flake. The updated behavior skips such outputs, allowing the rest of the flake to be shown. +