Merge pull request #279022 from qbit/elm-language-server

elmPackages: update node-packages.nix
This commit is contained in:
Marek Fajkus 2024-01-07 10:55:29 +01:00 committed by GitHub
commit 9ff61712cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 516 additions and 663 deletions

View File

@ -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/";

File diff suppressed because it is too large Load Diff