Commit 9357c567 authored by dish's avatar dish
Browse files

elmPackages.create-elm-app: drop

parent 630803b2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  lib,
  makeWrapper,
  nodejs ? pkgs.nodejs_20,
  config,
}:

let
@@ -87,5 +88,8 @@ lib.makeScope pkgs.newScope (

      lamdera = callPackage ./packages/lamdera { };
    }
    // lib.optionalAttrs config.allowAliases {
      create-elm-app = throw "'elmPackages.create-elm-app' has not had a release since December 2020, so it was removed."; # Added 2025-11-15
    }
  )
)
+0 −14
Original line number Diff line number Diff line
@@ -13,21 +13,7 @@ let
    inherit (pkgs.stdenv.hostPlatform) system;
  };
in
with self;
with elmLib;
{
  create-elm-app = patchNpmElm nodePkgs.create-elm-app // {
    meta =
      with lib;
      nodePkgs.create-elm-app.meta
      // {
        description = "Create Elm apps with no build configuration";
        homepage = "https://github.com/halfzebra/create-elm-app";
        license = licenses.mit;
        maintainers = [ maintainers.turbomack ];
      };
  };

  elm-pages = import ./elm-pages {
    inherit
      nodePkgs
+3 −1
Original line number Diff line number Diff line
["create-elm-app", "elm-pages"]
[
  "elm-pages"
]
+2161 −13747

File changed.

Preview size limit exceeded, changes collapsed.