mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-05 05:07:06 +03:00
4 lines
115 B
Nix
4 lines
115 B
Nix
self: super:
|
|
let nodePkgs = super.callPackage ./node-composition.nix { };
|
|
in { elm-review = nodePkgs.elm-review; }
|