fixing pane in client for accounting + debug optimizations to run

This commit is contained in:
Priec
2026-08-14 07:45:36 +02:00
parent b2f141ccba
commit 85602159f4
10 changed files with 55 additions and 4 deletions

View File

@@ -13,6 +13,8 @@
in
{
devShells.default = pkgs.mkShell {
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [ pkgs.openssl ];
buildInputs = with pkgs; [
mermaid-cli
# Rust toolchain
@@ -34,6 +36,8 @@
# C build tools (for your linker issue)
gcc
binutils
# Fast linker (lld) for quicker dev rebuilds
lld
pkg-config
# OpenSSL for crypto dependencies