mirror of
https://github.com/ilyakooo0/reflex-vty.git
synced 2024-11-23 03:13:26 +03:00
5 lines
87 B
Nix
5 lines
87 B
Nix
{ rp ? import ./reflex-platform {}
|
|
}: {
|
|
reflex-vty = rp.ghc.callCabal2nix ./. {};
|
|
}
|