1 2 3 4 5 6 7 8 9
{ nixpkgs ? import ../nix/nixpkgs.nix , compiler ? "ghc865" , doBenchmark ? false }: let inherit (nixpkgs) pkgs; env = (import ./. { inherit nixpkgs compiler doBenchmark; }).env; in env