spacepaste

  1.  
  2. { nixpkgs ? import <nixpkgs> {}, compiler ? "ghc844" }:
  3. nixpkgs.haskell.packages.${compiler}.callPackage ./bohmian.nix { }
  4.