mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-21 03:01:11 -08:00
fix: override libgbm to mesa for vesktop
Some checks failed
Check flake / check (push) Has been cancelled
Some checks failed
Check flake / check (push) Has been cancelled
This commit is contained in:
parent
7547cf0d31
commit
25e6f99230
1 changed files with 5 additions and 1 deletions
|
@ -42,7 +42,11 @@
|
|||
|
||||
nixpkgs.overlays = [
|
||||
inputs.apple-silicon.overlays.apple-silicon-overlay
|
||||
inputs.vesktop-bin.overlays.default
|
||||
(final: prev: {
|
||||
vesktop = inputs.vesktop-bin.packages.${prev.system}.default.override {
|
||||
libgbm = prev.mesa;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
services.udev.extraRules = ''
|
||||
|
|
Loading…
Reference in a new issue