mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
doc/rl-next: add nix-flake-show
This commit is contained in:
parent
39d10229e5
commit
cbdd0c1035
1 changed files with 8 additions and 0 deletions
8
doc/manual/rl-next/nix-flake-show.md
Normal file
8
doc/manual/rl-next/nix-flake-show.md
Normal file
|
@ -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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue