1{ config, lib, pkgs }: 2 3lib.makeScope pkgs.newScope (self: { 4 5 harec = pkgs.callPackage ./harec { }; 6 hare = pkgs.callPackage ./hare { }; 7})