diff --git a/config/profiles/rpi.nix b/config/profiles/rpi.nix index 4c332cc..a44ba17 100644 --- a/config/profiles/rpi.nix +++ b/config/profiles/rpi.nix @@ -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;