Broken package in nixos

Open
#459 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Quiet
Tech stack
nixos, postgresql
Domain
databases, devops

Research direction

Start at pkgs/servers/sql/postgresql/ext/vectorchord/package.nix:93 and reproduce the evaluation failure with the provided devenv PostgreSQL configuration. Investigate why vectorchord-1.1.1 is marked broken; done means the package evaluates successfully for the shown setup or the remaining incompatibility is documented.

Written by the indexing model from the issue text.

Description

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
      ];
    ];
  };
Dominant language
Rust
Stars
1.8k
Forks
72
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from supervc-stack/VectorChord

All issues in supervc-stack/VectorChord

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.