harePackages: refactor

This commit is contained in:
Anderson Torres 2023-02-09 23:52:57 -03:00
parent 780707402c
commit fb7ddb6681

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs }:
lib.makeScope pkgs.newScope (self: with self; {
lib.makeScope pkgs.newScope (self: {
harec = callPackage ./harec { };
hare = callPackage ./hare { };
harec = pkgs.callPackage ./harec { };
hare = pkgs.callPackage ./hare { };
})