From c0f2616f956f737712edde0d5f19cd33ac5e3adb Mon Sep 17 00:00:00 2001 From: Aleksi Hannula Date: Mon, 12 Jan 2026 12:59:08 +0200 Subject: [PATCH] minimal-bootstrap: mark provenance in passthru --- pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix index c4d4d0284824..ed4518807879 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix @@ -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: