devour-flake icon indicating copy to clipboard operation
devour-flake copied to clipboard

Include `outPaths` of all the `outputs` of a derivation

Open shivaraj-bh opened this issue 10 months ago • 1 comments

getDrv relies on nix’s derivation-to-string-coercion that only returns the path to $out.

In some cases, like when enableSeparateIntermediatesOutputs is used for incremental builds in a Haskell package, the $intermediates output is missed by devour-flake.

shivaraj-bh avatar Apr 23 '25 09:04 shivaraj-bh

Sounds good to me.

This would require a corresponding omnix change, right?

srid avatar Apr 24 '25 05:04 srid