fix(docker-lsp): switch to new name

This commit is contained in:
Filippo Berto 2025-10-16 11:09:27 +02:00
parent 7dad026b9c
commit 5e25b6432e
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -9,8 +9,7 @@
# ++ # ++
lib.optionals config.programs.helix.enable ( lib.optionals config.programs.helix.enable (
builtins.attrValues { builtins.attrValues {
inherit (pkgs.nodePackages) dockerfile-language-server-nodejs; inherit (pkgs) dockerfile-language-server docker-compose-language-service;
inherit (pkgs) docker-compose-language-service;
} }
); );
# home.shellAliases = { # home.shellAliases = {