yammat/default.nix

4 lines
79 B
Nix
Raw Permalink Normal View History

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