hnix/shell.nix
2016-09-21 10:32:17 +01:00

3 lines
113 B
Nix

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