mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 18:03:59 +00:00
d29cd82bfb
`node-packages.nix` was regenerated after having run `generate-node-packages.sh` in order to pick up dependencies for `elm-pages`. In addition, we add `elm`, `elm-review`, and `elm-optimize-level-2` to the `PATH` for `elm-pages` since those are needed at runtime. A patch is also included to fix an issue where files are copied from the `nix-store` as read-only (credit to @bcardiff for that fix). An upstream issue https://github.com/dillonkearns/elm-pages/issues/305 has been opened to track this.
17 lines
279 B
JSON
17 lines
279 B
JSON
[
|
|
"elm-analyse",
|
|
"elm-coverage",
|
|
"elm-doc-preview",
|
|
"@elm-tooling/elm-language-server",
|
|
"elm-live",
|
|
"elm-test",
|
|
"elm-upgrade",
|
|
"elm-verify-examples",
|
|
"elm-xref",
|
|
"create-elm-app",
|
|
"elm-optimize-level-2",
|
|
"elm-pages",
|
|
"elm-review",
|
|
"elm-git-install"
|
|
]
|