All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m22s
11 lines
142 B
Nix
11 lines
142 B
Nix
{...}: {
|
|
homebrew = {
|
|
taps = [
|
|
"lizardbyte/homebrew"
|
|
];
|
|
brews = [
|
|
"lizardbyte/homebrew/sunshine-beta"
|
|
];
|
|
};
|
|
}
|