Flake: add nixpkgs patches

Update and fix rpcs3 package
This commit is contained in:
Toast 2025-04-27 00:23:28 +02:00
parent db6366a491
commit 85c3c570dd
3 changed files with 174 additions and 0 deletions

View file

@ -97,6 +97,8 @@
name = "patched-nixpkgs-unstable";
src = nixpkgs-unstable-raw;
patches = [
./nixpkgs-patches/pr400900.patch
./nixpkgs-patches/pr386360.patch
];
};
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {