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
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs) dockfmt; # Format Dockerfiles
|
||||
inherit (pkgs.nodePackages)
|
||||
inherit (pkgs)
|
||||
dockfmt # Format Dockerfiles
|
||||
dockerfile-language-server # LSP for Dockerfiles
|
||||
;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user