Remove work-arounds.

This commit is contained in:
Tom Alexander 2025-11-27 17:28:37 -05:00
parent aa05ab7289
commit c4ff96b847
Signed by: talexander
GPG Key ID: 36C99E8B3C39D85F

View File

@ -180,11 +180,6 @@
(final: prev: { (final: prev: {
grub2 = (final.callPackage ./package/grub { }); 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, # This option defines the first version of NixOS you have installed on this particular machine,