Flake: add nixpkgs patches
Update and fix rpcs3 package
This commit is contained in:
parent
db6366a491
commit
85c3c570dd
3 changed files with 174 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue