diff --git a/nix/landing.nix b/nix/landing.nix index c124dee..a4b3eb3 100644 --- a/nix/landing.nix +++ b/nix/landing.nix @@ -9,6 +9,9 @@ pkgs.buildNpmPackage { npmFlags = [ "--legacy-peer-deps" ]; makeCacheWritable = true; + # Allow network access for Google Fonts fetching during Next.js build + __noChroot = true; + nativeBuildInputs = with pkgs; [ nodejs_22 nodePackages.npm