shell.nix 113 B

123
  1. { nixpkgs ? import <nixpkgs> {}, compiler ? "ghc841" }:
  2. (import ./default.nix { inherit nixpkgs compiler; }).env