yammat/default.nix

9 lines
135 B
Nix
Raw Normal View History

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