reflex-vty/release.nix

5 lines
87 B
Nix

{ rp ? import ./reflex-platform {}
}: {
reflex-vty = rp.ghc.callCabal2nix ./. {};
}