about summary refs log tree commit diff
path: root/nixpkgs/pkgs/top-level/hare-third-party.nix
blob: 524df05659f4293405f4d0059f66b715e9f5e174 (plain) (blame)
1
2
3
4
5
6
7
{ lib, newScope }:

lib.makeScope newScope (self:
let
  inherit (self) callPackage;
in
{ })