From 2a005c956e01fe4426c72d541a3076768889fa4b Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Sat, 7 Mar 2026 12:42:20 +0100 Subject: [PATCH] fix: Pin nix-openclaw to working version --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9e4c3aa..1cd0b39 100644 --- a/flake.nix +++ b/flake.nix @@ -99,7 +99,7 @@ }; nix-openclaw = { - url = "github:openclaw/nix-openclaw"; + url = "github:openclaw/nix-openclaw/58c4cae97ce8dde2e314b80017635ee557654df5"; inputs.nixpkgs.follows = "nixpkgs"; };