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