1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/doc/manual/rl-next/nix-flake-show.md
2025-05-15 00:12:42 +02:00

390 B

synopsis issues prs
nix flake show now skips over import-from-derivation 4265
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.