diff --git a/static.nix b/static.nix index a1c5a1c..56cd31f 100644 --- a/static.nix +++ b/static.nix @@ -126,7 +126,7 @@ pkgs.mkShell (rec { jq yq-go ] ++ lib.optionals withIOGFull [ - R # for plutus + (if pkgs.stdenv.hostPlatform.isAarch64 then null else R) # for plutus; but unavailable for static/aarch64 postgresql # for db-sync ]);