Advertisement
Guest User

Untitled

a guest
Feb 28th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. { pkgs ? import <nixpkgs> {} }:
  2. with pkgs.haskellPackages;
  3. shellFor {
  4. packages = p: [(callPackage ./default.nix {}) p.haskellPackages.turtle];
  5. withHoogle = true;
  6. nativeBuildInputs = [ghcid];
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement