openclaw -> openclaw.nix

This commit is contained in:
Harivansh Rathi 2026-04-03 23:08:07 +00:00
parent a2c87bed8f
commit 1e0514170d
6 changed files with 187 additions and 106 deletions

View file

@ -25,6 +25,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
openClaw = {
url = "github:openclaw/nix-openclaw";
inputs.nixpkgs.follows = "nixpkgs";
};
openspec = {
url = "github:Fission-AI/OpenSpec";
};