We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bombon does not take into account the dependencies of a derivation that has been build with nixpkgs.buildEnv.
nixpkgs.buildEnv
I use buildEnv for declarative package-management, as described in the official manual, see https://nixos.org/manual/nixpkgs/stable/#sec-declarative-package-management.
buildEnv
I dived into the issue a bit and it seems that this code does not have any treatment that applies to this paths-attribute.
paths
The text was updated successfully, but these errors were encountered:
Thanks for your report. Can you provide a reproducer for this?
Sorry, something went wrong.
No branches or pull requests
Bombon does not take into account the dependencies of a derivation that has been build with
nixpkgs.buildEnv
.I use
buildEnv
for declarative package-management, as described in the official manual, see https://nixos.org/manual/nixpkgs/stable/#sec-declarative-package-management.I dived into the issue a bit and it seems that this code does not have any treatment that applies to this
paths
-attribute.The text was updated successfully, but these errors were encountered: