mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
342 B
342 B
synopsis | issues | prs | |
---|---|---|---|
nix flake show now skips over import-from-derivation | 4265 |
|
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.