hnix/shell.nix

3 lines
113 B
Nix

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