spacepaste
new
Paste details
reply
|
raw
$ cat shell.nix
{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc844" }:
(import ./default.nix { inherit nixpkgs compiler; }).env