Tysonzero

default.nix

Oct 15th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. (import ./reflex-platform { useTextJSString = false; }).project ({ pkgs, ... }: {
  2. packages = {
  3. test = ./.;
  4. };
  5.  
  6. shells = {
  7. ghc8_0 = ["test"];
  8. ghcjs8_0 = ["test"];
  9. };
  10. })
Add Comment
Please, Sign In to add comment