Skip to content

Commit 616ebe2

Browse files
committed
flake: use nix-openclaw fork with plugin manifest fix
Temporary fork until PR #81 is merged upstream: openclaw/nix-openclaw#81
1 parent 3fbaadd commit 616ebe2

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

flake.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@
264264
};
265265

266266
nix-openclaw = {
267-
url = "github:openclaw/nix-openclaw";
267+
# FIXME: using fork with plugin manifest fix until PR #81 is merged
268+
# https://github.com/openclaw/nix-openclaw/pull/81
269+
url = "github:bobberb/nix-openclaw/fix/copy-plugin-manifests";
268270
};
269271
};
270272

0 commit comments

Comments
 (0)