harePackages: refactor

This commit is contained in:
Anderson Torres
2023-02-09 23:52:57 -03:00
committed by Florian Brandes
parent 031237a55b
commit d7c08901a2

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 { };
})