Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pkgs/build-support/buildenv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ lib.makeOverridable (

passthru ? { },
meta ? { },

__structuredAttrs ? false,
# TODO(@Artturin): enable strictDeps always
strictDeps ? false,
}:
let
chosenOutputs = map (drv: {
Expand Down Expand Up @@ -106,6 +110,8 @@ lib.makeOverridable (
postBuild
nativeBuildInputs
buildInputs
__structuredAttrs
strictDeps
;
pathsToLinkJSON = builtins.toJSON pathsToLink;
pkgs = builtins.toJSON chosenOutputs;
Expand Down
Loading