mirror of
https://github.com/openclaw/nix-openclaw.git
synced 2026-07-24 21:25:23 -04:00
[PR #31] [CLOSED] fix: update nix-steipete-tools lock for openclawPlugin alias #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/nix-openclaw/pull/31
Author: @elocke
Created: 1/30/2026
Status: ❌ Closed
Base:
main← Head:fix/update-steipete-tools-lock📝 Commits (1)
7f0dca3fix: update nix-steipete-tools lock for openclawPlugin alias📊 Changes
2 files changed (+5 additions, -5 deletions)
View changed files
📝
flake.lock(+3 -3)📝
nix/modules/home-manager/openclaw.nix(+2 -2)📄 Description
Summary
Updates the hardcoded
stepieteRevinnix/modules/home-manager/openclaw.nixfrome4e2cactoe406b6dc, which includes theopenclawPluginalias needed by the oracle plugin and other first-party plugin sub-flakes.Updates the top-level
flake.lockto pinnix-steipete-toolsto the latest revision (dbf0a31).Context
The oracle plugin (and other first-party plugins) reference
nix-steipete-toolssub-flakes viagithub:openclaw/nix-steipete-tools?dir=tools/<tool>&rev=<rev>. The previous revision (e4e2cac) was missing theopenclawPluginattribute, causing evaluation failures when enabling first-party plugins.Test plan
nix flake checkpassesprograms.openclaw.firstParty.oracle.enable = trueno longer throwsopenclawPlugin missingerror🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.