fix: Fixed the syntax for adding sunshine-beta and remove some packages
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

This commit is contained in:
2026-03-10 13:32:28 +05:30
parent a9dfdccf63
commit 2d2a7e6765
2 changed files with 4 additions and 7 deletions

View File

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