harePackages: refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ config, lib, pkgs }:
|
{ config, lib, pkgs }:
|
||||||
|
|
||||||
lib.makeScope pkgs.newScope (self: with self; {
|
lib.makeScope pkgs.newScope (self: {
|
||||||
|
|
||||||
harec = callPackage ./harec { };
|
harec = pkgs.callPackage ./harec { };
|
||||||
hare = callPackage ./hare { };
|
hare = pkgs.callPackage ./hare { };
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user