Sisyphe if you are importing a package with propagated input, you can do something like: ``` let p = import ./. {}; in ... targetPkgs = p.propagatedBuildInputs; ``` that's crappy code but you have the idea