1 2 3 4 5
{ nixpkgs ? import (fetchGit (import ./pkgs.nix)) {} , compiler ? "ghc862" }: (import ./default.nix { inherit nixpkgs compiler; }).env