Fix build.

This commit is contained in:
Tom Alexander
2025-11-18 22:02:12 -05:00
parent 8ccd34aba9
commit 300dfc68cf
4 changed files with 13 additions and 4 deletions

View File

@@ -179,6 +179,11 @@
(final: prev: {
grub2 = (final.callPackage ./package/grub { });
})
(final: prev: {
rpcs3 = prev.rpcs3.override {
ffmpeg = final.ffmpeg_7;
};
})
];
# This option defines the first version of NixOS you have installed on this particular machine,