dockerfile lsp moved to pkgs
All checks were successful
Build on Push / build-configurations (push) Successful in 3m32s
All checks were successful
Build on Push / build-configurations (push) Successful in 3m32s
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
packages = builtins.attrValues {
|
packages = builtins.attrValues {
|
||||||
inherit (pkgs) dockfmt; # Format Dockerfiles
|
inherit (pkgs)
|
||||||
inherit (pkgs.nodePackages)
|
dockfmt # Format Dockerfiles
|
||||||
dockerfile-language-server # LSP for Dockerfiles
|
dockerfile-language-server # LSP for Dockerfiles
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user