Files
lix/doc/manual/rl-next/nix-copy-closure-include-outputs.md
T
Erik Jensen eef57410d7 Fix nix-copy-closure --include-outputs
The option has been broken since Nix 2.4. The flag was accepted, but not
used. This change plumbs it through to computeFSClosure.

Change-Id: Id6adee8ea8a6a4f457b24b650660f319e3daa2b2
2026-05-26 19:40:07 +00:00

261 B

synopsis, issues, cls, category, credits
synopsis issues cls category credits
Fix `nix-copy-closure --include-outputs`
gh#5105
5588
Fixes
rkjnsn

The --include-outputs flag for nix-copy-closure now works as intended. Previously, the option was accepted but silently ignored.