spacepaste

  1.  
  2. $ cat shell.nix
  3. { nixpkgs ? import <nixpkgs> {}, compiler ? "ghc844" }:
  4. (import ./default.nix { inherit nixpkgs compiler; }).env
  5.