fix(nix(client)): add pqlib temporarily
1 files changed, 7 insertions(+), 0 deletions(-) M client/flake.nix
M client/flake.nix => client/flake.nix +7 -0
@@ 31,6 31,10 @@ udev vulkan-loader wayland # FIXME: should not be needed for client building. # comes from laurelin_shared, should feature gate diesel things postgresql_15.lib ]; in { @@ defaultPackage = naersk-lib.buildPackage { 65,6 69,9 @@ openssl udev wayland # FIXME: related to one in libPath postgresql_15.lib ]; RUST_SRC_PATH = rustPlatform.rustLibSrc; LD_LIBRARY_PATH = libPath;