flake updates

This commit is contained in:
Matt Nish-Lapidus 2025-03-06 15:10:47 -05:00
parent b994d25b52
commit 760a0f0ac8
7 changed files with 41 additions and 39 deletions

View file

@ -31,14 +31,13 @@
inputs.emacs-lsp-booster.overlays.default
(final: prev: {
wineWowPackages.stagingFull =
nix-config.pkgs-stable.wineWowPackages.stagingFull.overrideAttrs
(old: {
patches = old.patches ++ [ ../../patches/wine-6006.patch ];
waylandSupport = true;
fontconfigSupport = true;
vulkanSupport = true;
});
wineWowPackages.stagingFull = nix-config.pkgs-stable.wineWowPackages.stagingFull.overrideAttrs
(old: {
patches = old.patches ++ [ ../../patches/wine-6006.patch ];
waylandSupport = true;
fontconfigSupport = true;
vulkanSupport = true;
});
})
(final: prev: {