allow missing modules rpi

This commit is contained in:
emily 2024-05-10 16:21:18 +02:00
parent c3313d585d
commit bde6fb1464
Signed by: emily
GPG key ID: F6F4C66207FCF995

View file

@ -63,6 +63,10 @@
nixpkgs.overlays = [
(self: super: { libcec = super.libcec.override { withLibraspberrypi = true; }; })
(self: super: {
makeModulesClosure = x:
super.makeModulesClosure (x // { allowMissing = true; });
})
];
sound.enable = true;