[Nix-dev] How to traverse "/nix-support/propagated-native-build-inputs" in nix ?
Vladimír Čunát
vcunat at gmail.com
Sun May 14 18:20:02 CEST 2017
On 05/14/2017 05:16 PM, Volth wrote:
> I would like to get list of all propagated build inputs in nix
In general you can't even get that file. As it is designed, that list
is defined by contents of files in build output, so you can't be certain
until you produce the path (which is what you want to avoid, if I get
you right).
You can, of course, inspect myPackage.propagatedBuildInputs
(recursively), etc.
--Vladimir
More information about the nix-dev
mailing list