Skip to content

[BUG] coq_nvim: No module named coq #3013

Open
@PedroMAdorno4

Description

@PedroMAdorno4
Field Description
Plugin coq-nvim
Nixpkgs unstable
Home Manager unstable
  • I have read the FAQ and my bug is not listed there.

Description

coq-nvim throws a /nix/store/jf985f7rfw1gbiligsydk3w1ab4zqnqc-python3-3.12.8-env/bin/python3.12: No module named coq error when starting. I assume the plugin setup changed upstream and its' environment is broken again

Minimal, Reproducible Example (MRE)

  programs.nixvim = {
    enable = true;
    plugins = {
      coq-nvim = {
        enable = true;
        autoLoad = true;
        installArtifacts = true;
        settings = {
          auto_start = true;
          keymap.recommended = true;
          xdg = true;
        };
      };
    };
  };

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions