[PR #31] [CLOSED] fix: update nix-steipete-tools lock for openclawPlugin alias #50

Closed
opened 2026-02-15 17:04:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/nix-openclaw/pull/31
Author: @elocke
Created: 1/30/2026
Status: Closed

Base: mainHead: fix/update-steipete-tools-lock


📝 Commits (1)

  • 7f0dca3 fix: 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 stepieteRev in nix/modules/home-manager/openclaw.nix from e4e2cac to e406b6dc, which includes the openclawPlugin alias needed by the oracle plugin and other first-party plugin sub-flakes.

  • Updates the top-level flake.lock to pin nix-steipete-tools to the latest revision (dbf0a31).

Context

The oracle plugin (and other first-party plugins) reference nix-steipete-tools sub-flakes via github:openclaw/nix-steipete-tools?dir=tools/<tool>&rev=<rev>. The previous revision (e4e2cac) was missing the openclawPlugin attribute, causing evaluation failures when enabling first-party plugins.

Test plan

  • Verify nix flake check passes
  • Verify programs.openclaw.firstParty.oracle.enable = true no longer throws openclawPlugin missing error

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/nix-openclaw/pull/31 **Author:** [@elocke](https://github.com/elocke) **Created:** 1/30/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/update-steipete-tools-lock` --- ### 📝 Commits (1) - [`7f0dca3`](https://github.com/openclaw/nix-openclaw/commit/7f0dca362dfe03f659ed5e7d5d4c39de0a40711f) fix: update nix-steipete-tools lock for openclawPlugin alias ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `flake.lock` (+3 -3) 📝 `nix/modules/home-manager/openclaw.nix` (+2 -2) </details> ### 📄 Description ## Summary - Updates the hardcoded `stepieteRev` in `nix/modules/home-manager/openclaw.nix` from `e4e2cac` to `e406b6dc`, which includes the `openclawPlugin` alias needed by the oracle plugin and other first-party plugin sub-flakes. - Updates the top-level `flake.lock` to pin `nix-steipete-tools` to the latest revision (`dbf0a31`). ## Context The oracle plugin (and other first-party plugins) reference `nix-steipete-tools` sub-flakes via `github:openclaw/nix-steipete-tools?dir=tools/<tool>&rev=<rev>`. The previous revision (`e4e2cac`) was missing the `openclawPlugin` attribute, causing evaluation failures when enabling first-party plugins. ## Test plan - [ ] Verify `nix flake check` passes - [ ] Verify `programs.openclaw.firstParty.oracle.enable = true` no longer throws `openclawPlugin missing` error 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:04:42 -05:00
yindo closed this issue 2026-02-15 17:04:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/nix-openclaw#50