hnix/shell.nix
Joe Hermaszewski 2fc696ad4d Use ghc7103 by default
No problems compiling or testing. This has the advantage of binary packages being available on Hydra.
2016-06-25 19:52:56 +01:00

3 lines
114 B
Nix

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