Revert zoom-us back to nixpkgs-2405
Fixes a black screen when screen sharing.
This commit is contained in:
parent
94f9c8a116
commit
bc3a9b43d7
5 changed files with 29 additions and 2 deletions
overlays
|
@ -11,6 +11,13 @@
|
|||
|
||||
modifications = final: prev: { };
|
||||
|
||||
stable-packages = final: _prev: {
|
||||
nixpkgs-2405 = import inputs.nixpkgs-2405 {
|
||||
config.allowUnfree = true;
|
||||
system = final.system;
|
||||
};
|
||||
};
|
||||
|
||||
unstable-packages = final: _prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
config.allowUnfree = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue