Skip to content

Commit db3ca22

Browse files
committed
Shorten nix-tools attribute path
1 parent 872cb27 commit db3ca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ in {
995995
}) // {
996996
inherit project;
997997
exes = project.hsPkgs.nix-tools.components.exes // {
998-
hpack = project.hsPkgs.hpack.component.exes.hpack;
998+
hpack = project.hsPkgs.hpack.components.exes.hpack;
999999
};
10001000
};
10011001

0 commit comments

Comments
 (0)