You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin affected: None; General Issue Nixpkgs channel: 22.11; Just downgraded from unstable Home-manager version: 22.11
Description
When I do home-manager switch, it prints an error message:
$ home-manager switch
error: attribute 'typst-lsp' missing
at /nix/store/pkqdh03yhmc3xs66maizqajr56cz1xxy-source/plugins/nvim-lsp/language-servers/default.nix:321:17:
320| description = "Enable typst-lsp for typst";
321| package = pkgs.typst-lsp;
| ^
322| }
(use '--show-trace' to show detailed location information)
It may have to do with downgrade complications (I downgraded from unstable because the GNOME experience is more coherent with stable). pkgs.typst-lsp appears in the unstable repo but not 22.11
Yeah we do not support anything else than unstable right now, but it should not be taken into account, I don't understand that part too well maybe @GaetanLepage knows ?
Indeed, this is caused by you not following nixos-unstable. We would like for you not having to follow unstable.
However, currently, the nixpkgs used by nixvim is the same as the one of home-manager.
Plugin affected: None; General Issue
Nixpkgs channel: 22.11; Just downgraded from unstable
Home-manager version: 22.11
Description
When I do
home-manager switch
, it prints an error message:It may have to do with downgrade complications (I downgraded from unstable because the GNOME experience is more coherent with stable).
pkgs.typst-lsp
appears in the unstable repo but not 22.11Config
EDIT: It may be a home-manager issue as I disabled nixvim temporarily
The text was updated successfully, but these errors were encountered: