hnix/shell.nix

2 lines
82 B
Nix
Raw Normal View History

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