Skip to content

Broken package in nixos #459

Description

@mamcx

I see this

    error: Refusing to evaluate package 'vectorchord-1.1.1' in /nix/store/klzydr6a4fwr1vbg734dppjg8cy9hgy9-source/pkgs/servers/sql/postgresql/ext/vectorchord/package.nix:93 because it has problems:
    - broken: This package is broken.

with devenv and:

  services.postgres = {
    enable = true;
    package = pkgs.postgresql_18;
    listen_addresses = "localhost";
    port = 5453;

    extensions = [
        extensions.vectorchord
      ];
    ];
  };

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