diff --git a/machines/raspite/configuration.nix b/machines/raspite/configuration.nix index 00e1e08..5c2dfe5 100644 --- a/machines/raspite/configuration.nix +++ b/machines/raspite/configuration.nix @@ -14,6 +14,13 @@ comin.enable = true; }; + nixpkgs.overlays = [ + # Workaround https://github.com/NixOS/nixpkgs/issues/126755#issuecomment-869149243 + (final: super: { + makeModulesClosure = x: super.makeModulesClosure (x // { allowMissing = true; }); + }) + ]; + environment.systemPackages = with pkgs; [ git libraspberrypi