AtlatestRepositorycore-channel
core-channel / tree / src / corebuild-environments.sgl
1
;;; Named, channel-sealed build environment identities.2
;;;3
;;; Package modules import these bindings instead of copying opaque internal4
;;; hashes. Raw hashes remain confined to this infrastructure boundary; package5
;;; authoring contains raw SHA-256 literals only for upstream artifact pins.6
(define-library (core build-environments)7
(import (sigil core))8
(export core-buildenv)9
(begin10
(define core-buildenv11
"5a5f8b0d06f267cec431cadf57992ab056687bb21e7e8f7f6a68ee88ec4107e9")))