Instructions for installing Eta
Install the Nix overlay:
$ git clone https://github.com/eta-lang/eta-nix.git
$ mkdir -p ~/.config/nixpkgs/overlays
$ ln -s $PWD/eta-nix/overlay.nix ~/.config/nixpkgs/overlays/eta-overlay.nix
To obtain an environment with eta and the lens package available:
$ nix-shell -p 'etaPackages.etaWithPackages (p: [ p.lens ])'
Click here to jump to the basics module.