Hello, this project looks amazing.
But sadly, I've been trying to get it to build on NixOS without any success.
I presume you are not using Nix, but maybe you can help me with the Tauri error I am getting:
(pnpm install has been successfully run before this!)
(This is v1.2.3, but I get the same with the latest commit)
$ RUST_BACKTRACE=full pnpm tauri dev
> helixnotes@1.2.3 tauri /home/<user>/Programming/thirdparty/HelixNotes
> tauri dev
thread '<unnamed>' panicked at crates/tauri-cli/src/interface/rust.rs:1142:14:
called `Option::unwrap()` on a `None` value
stack backtrace:
0: 0x7fffb14be1e9 - <unknown>
1: 0x7fffb100d71b - <unknown> 2: 0x7fffb1484552 - <unknown>
3: 0x7fffb14c1658 - <unknown>
4: 0x7fffb14c2510 - <unknown>
5: 0x7fffb14c1fc2 - <unknown>
6: 0x7fffb14c1f59 - <unknown>
7: 0x7fffb14c1f44 - <unknown>
8: 0x7fffb0f2d422 - <unknown>
9: 0x7fffb0f2d4db - <unknown>
10: 0x7fffb0f2d8e8 - <unknown>
11: 0x7fffb16d3d9b - <unknown>
12: 0x7fffb0f5c6af - <unknown>
13: 0x7fffb0f68dde - <unknown>
14: 0x7fffb14c555b - <unknown>
15: 0x7ffff569dd53 - start_thread
16: 0x7ffff572563c - __clone3
17: 0x0 - <unknown>
ELIFECYCLE Command failed.
zsh: abort (core dumped) RUST_BACKTRACE=full pnpm tauri dev
I've also attached the flake.nix I am using if that is of any use to you.