BirdeeHub / nixCats-nvim

A nix-based nvim package manager that supports a normal config directory ... that can easily output mulitiple configured packages! (with example config(s) and in-editor help)
https://nixcats.org/nixCats_installation.html
MIT License
287 stars 11 forks source link

currently nixd lsp is experiencing issues #17

Closed BirdeeHub closed 8 months ago

BirdeeHub commented 8 months ago

https://github.com/nix-community/nixd/issues/357

If your upgrade throws an error, do what it says in the error to fix the issue

    extra_pkg_config = {
      permittedInsecurePackages = [
        "nix-2.16.2"
      ];
      # allowUnfree = true;
    };

If you are using the modules, it will use your normal pkgs object, and thus you can do exactly as it says in the error message, using nixpkgs.config.permittedInsecurePackages

I was going to say "or swap it for rnix-lsp temporarily" but it turns out that one is on an even older version..............

BirdeeHub commented 8 months ago

https://nixpk.gs/pr-tracker.html?pr=296670

If anyone was wondering when the fix gets to unstable branch, here is where you would find out :)

BirdeeHub commented 8 months ago

and for 23.11 stable, you can check here

https://nixpk.gs/pr-tracker.html?pr=296728

BirdeeHub commented 8 months ago

Fixes have made it to stable and release branches, issue closed :)