Merge pull request #279022 from qbit/elm-language-server
elmPackages: update node-packages.nix
This commit is contained in:
@@ -282,8 +282,11 @@ in lib.makeScope pkgs.newScope (self: with self; {
|
||||
}
|
||||
);
|
||||
|
||||
elm-land = nodePkgs."elm-land".overrideAttrs (
|
||||
old: {
|
||||
elm-land =
|
||||
let
|
||||
patched = patchNpmElm nodePkgs.elm-land;
|
||||
in
|
||||
patched.override (old: {
|
||||
meta = with lib; nodePkgs."elm-land".meta // {
|
||||
description = "A production-ready framework for building Elm applications.";
|
||||
homepage = "https://elm.land/";
|
||||
|
||||
+511
-661
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user