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