minimal-bootstrap: mark provenance in passthru

This commit is contained in:
Aleksi Hannula
2026-01-26 21:45:18 +02:00
parent 9d829d6ed3
commit c0f2616f95
@@ -83,8 +83,14 @@ bootBash.runCommand "${pname}-${version}"
coreutils
]
);
passthru = (env.passthru or { }) // {
isFromMinBootstrap = true;
};
}
// (removeAttrs env [ "nativeBuildInputs" ])
// (removeAttrs env [
"nativeBuildInputs"
"passthru"
])
);
passthru.tests.get-version =
result: