yammat/default.nix

4 lines
79 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.haskellPackages.callPackage ./pkg.nix {}