DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

5ff7ff1073b4d4f85bbc0d3435eb71d3716b8d55 — Jonni Liljamo 1 year, 8 months ago 00f0dd3
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;