nix-files/pkgs/patched/lemmy-ui/default.nix

6 lines
99 B
Nix

{ lemmy-ui, nodejs }:
lemmy-ui.override {
# build w/ latest nodejs; not 14.x
inherit nodejs;
}