Commit 62a02b41 authored by Christian Kögler's avatar Christian Kögler
Browse files

neovide: remove unsupported x86_64-darwin

parent 83391072
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,6 +114,6 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec {
    changelog = "https://github.com/neovide/neovide/releases/tag/${version}";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ ck3d ];
    platforms = platforms.all;
    platforms = platforms.linux ++ [ "aarch64-darwin" ];
  };
}