summaryrefslogtreecommitdiff
path: root/shell.nix
blob: 9707164d094b7af93fef9e24342efe4513a4f244 (plain)
1
2
3
4
5
{ nixpkgs ? import (fetchGit (import ./pkgs.nix)) {}
, compiler ? "ghc862"
}:

(import ./default.nix { inherit nixpkgs compiler; }).env