yammat/default.nix

9 lines
135 B
Nix
Raw Normal View History

2019-04-16 15:22:37 +00:00
{ pkgs ? import <nixpkgs> {},
...
}:
with pkgs;
with haskellPackages;
callPackage ./pkg.nix { inherit (haskell.lib) dontHaddock; }