mirror of
https://github.com/byteverse/colonnade.git
synced 2026-01-11 23:08:30 +01:00
9 lines
146 B
Nix
9 lines
146 B
Nix
{ frontend ? false }:
|
|
let
|
|
pname = "reflex-dom-colonnade";
|
|
main = (import ../nix/default.nix {
|
|
inherit frontend;
|
|
});
|
|
in
|
|
main.${pname}
|