dockerfile lsp moved to pkgs
All checks were successful
Build on Push / build-configurations (push) Successful in 3m32s

This commit is contained in:
Danilo Reyes
2025-11-09 10:48:03 -06:00
parent d78917b868
commit 90e2c13e63

View File

@@ -6,8 +6,8 @@
}:
let
packages = builtins.attrValues {
inherit (pkgs) dockfmt; # Format Dockerfiles
inherit (pkgs.nodePackages)
inherit (pkgs)
dockfmt # Format Dockerfiles
dockerfile-language-server # LSP for Dockerfiles
;
};