nikstur / bombon

Nix CycloneDX Software Bills of Materials (SBOMs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

runtime dependencies missing?

jsoo1 opened this issue · comments

Looks like the runtime inputs are expected to be json but are newline separated filepaths:

cat ${closureInfo { rootPaths = [ drv ]; }}/store-paths > $out

And here they are expected to be json:

/// Path to JSON containing runtime input

Edit: Maybe those two things are just misleading comments and include-buildtime-dependencies just excludes runtime dependencies?

let components = if include_buildtime_dependencies {

Edit 2: Actually it seems like the runtime dependencies are just never used?

Edit 3: Do I simply not understand how this works?

The comment ist definitely wrong here. I've noticed some unexpected behaviour. I'll look into it.

Thank you! Looks much closer to what I expected now!