Closed NobbZ closed 1 week ago
For reference, it is nixos/nixpkgs@159c8401016a50fcbd6aece36eeb3e6a8948b039 in nixpkgs breaking your stuff.
159c8401016a50fcbd6aece36eeb3e6a8948b039 is the first bad commit
commit 159c8401016a50fcbd6aece36eeb3e6a8948b039 (HEAD)
Author: fidgetingbits <fidgetingbits@users.noreply.github.com>
Date: Sun Nov 17 15:59:43 2024 +0800
neovim-node-client: init at 5.3.0
pkgs/applications/editors/neovim/wrapper.nix | 4 ++--
pkgs/by-name/ne/neovim-node-client/package.nix | 39 +++++++++++++++++++++++++++++++++++++++
pkgs/development/node-packages/aliases.nix | 1 +
pkgs/development/node-packages/main-programs.nix | 1 -
pkgs/development/node-packages/node-packages.json | 1 -
5 files changed, 42 insertions(+), 4 deletions(-)
create mode 100644 pkgs/by-name/ne/neovim-node-client/package.nix
ugh... fixed in mnw https://github.com/Gerg-L/mnw/commit/5d4d187cf739a7d80b3b38646d8dd4ae98f857a8 and then updated flake lockfile here: https://github.com/Gerg-L/nvim-flake/commit/65599b7adbc4ae958e005a64dc2677768956331b
this will cause breakage on older nixpkgs revs... I might have to backport that nixpkgs commit into 24.11
Seems as if unchecked automatic updates broke your setup in 86b3c6ddfafc8cf5298c978918111a70d4b92657: