feat: Update openclaw stuff
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m22s

This commit is contained in:
2026-03-11 12:45:24 +05:30
parent b17b2ab977
commit 96a92bd67f
4 changed files with 47 additions and 31 deletions

View File

@@ -1,8 +1,10 @@
{...}: {
taps = [
"lizardbyte/homebrew"
];
brews = [
"lizardbyte/homebrew/sunshine-beta"
];
homebrew = {
taps = [
"lizardbyte/homebrew"
];
brews = [
"lizardbyte/homebrew/sunshine-beta"
];
};
}