Skip to content

Add openssl to flake example? #28

Description

@ForkKILLET

Prisma detects openssl version in the order of os specific paths -> ldconfig -> generic paths -> output of `openssl -v`. (code)

If that detection fails, prisma will warn

prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".
Please manually install OpenSSL and try installing Prisma again.

Since only openssl -v works on NixOS, maybe we should add openssl to dev shell packages to solve this warning?

pkgs.mkShell {
  packages = with pkgs; [
    openssl
  ];

  env = prisma.env;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions