harePackages: refactor

This commit is contained in:
Anderson Torres
2023-02-11 14:07:52 -03:00
parent 780707402c
commit fb7ddb6681
+3 -3
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 { };
})