moving old overlays to inactive dir, refactor new filesystem section

This commit is contained in:
Matt Nish-Lapidus 2025-02-13 11:27:00 -05:00
parent 09f234a90d
commit ca06918f79
4 changed files with 68 additions and 70 deletions

View file

@ -1,10 +0,0 @@
final: prev: {
ulauncher = prev.ulauncher.overrideAttrs (old: {
propagatedBuildInputs = with prev.python3Packages;
old.propagatedBuildInputs
++ [
thefuzz
tornado
];
});
}

View file

@ -1,8 +0,0 @@
final: prev: {
wineWowPackages.stagingFull = prev.wineWowPackages.stagingFull.overrideAttrs (old: {
patches = old.patches ++ [ ../patches/wine-6006.patch ];
waylandSupport = true;
fontconfigSupport = true;
vulkanSupport = true;
});
}