Revert zoom-us back to nixpkgs-2405

Fixes a black screen when screen sharing.
This commit is contained in:
Oliver Davies 2024-11-16 15:23:10 +00:00
parent 94f9c8a116
commit bc3a9b43d7
5 changed files with 29 additions and 2 deletions
overlays

View file

@ -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;