Closed lucasew closed 2 years ago
I just found a thing. When i override to electron_14 it raises this error
It seems they removed this support on electron core and added as a plugin (@electron/remote
)
Electron has been updated in the insider build and this issue will be fixed when Obsidian makes a new public release:
https://forum.obsidian.md/t/update-electron-version-version-13-eol/33250
I've created PR https://github.com/NixOS/nixpkgs/pull/160469 for 0.13.24, but since it's "placeholder build" we're waiting for next stable release
NB: and there is already opened issue for this situation... https://github.com/NixOS/nixpkgs/issues/158956
Fixed in #160469
Describe the bug
Obsidian (
pkgs.obsidian
) depends onpkgs.electron_13
that is marked as insecure so it doesn't build without allowing insecure packages or doing some override shenanigans. Why the electron used by obsidian wasn't changed or bumped to a newer one?Steps To Reproduce
Steps to reproduce the behavior:
nix-shell -p obsidian
Expected behavior
Download the required stuff and put in the PATH
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Notify maintainers
@ConradMearns @zaninime
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.