diff --git a/overlays/reticulum.nix b/overlays/reticulum.nix index e646559..e2052d7 100644 --- a/overlays/reticulum.nix +++ b/overlays/reticulum.nix @@ -78,4 +78,9 @@ in { platforms = platforms.linux; }; }; + + # meshtastic requires tabulate < 0.10.0 but nixpkgs has 0.10.0 + meshtastic = prev.meshtastic.overrideAttrs (old: { + dontCheckRuntimeDeps = true; + }); }