Openclaw openclaw nix (#64)

* openclaw -> openclaw.nix

* skip bootstrap = false

* model cnf
This commit is contained in:
Hari 2026-04-03 20:09:33 -04:00 committed by GitHub
parent a2c87bed8f
commit 72ee43c0db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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";
};