The stable and dogfood OpenClaw source pins need different public-surface hardlink patch shapes while upstream is still catching up. Select the right patch per source and make package contents import the OpenAI provider policy public surface, which is the path the gateway uses before a model run. Tests: nix fmt --accept-flake-config; git diff --check; remote mac-mini nix build .#checks.aarch64-darwin.package-contents-dogfood --no-link; remote mac-mini nix build .#checks.aarch64-darwin.package-contents --no-link Co-authored-by: Codex <noreply@openai.com>
18 lines
622 B
Nix
18 lines
622 B
Nix
{
|
|
owner = "openclaw";
|
|
repo = "openclaw";
|
|
releaseVersion = "2026.5.7-dogfood.20260508";
|
|
rev = "954d20ece2de0fba3688f7800613183fbeb9685c";
|
|
hash = "sha256-6CZWsH8dV6XZ4JeG5ItKLqGAOFqbzWosyCmMXVc+c/g=";
|
|
pnpmDepsHash = "sha256-hNZA1OEuJgtoLz2hWLPk8Hm+7heLvhiZpDdBBQ1UXpc=";
|
|
fsSafeSource = {
|
|
owner = "openclaw";
|
|
repo = "fs-safe";
|
|
rev = "c7ccb99d3058f2acf2ad2758ad2470c7e113a53c";
|
|
hash = "sha256-jndOOSSFROyrK4RiwAsJfUuCJTj7qbmmm4Qz8BqtJ/c=";
|
|
};
|
|
|
|
publicSurfaceHardlinksPatch = ../patches/allow-package-public-surface-hardlinks-open-root.patch;
|
|
applySkipPluginAutoEnableNixModePatch = false;
|
|
}
|