Skip to content

Commit 5b71946

Browse files
committed
build: update default.nix
1 parent ef937d8 commit 5b71946

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
python3,
1010
graphviz,
1111
d2,
12-
makeWrapper,
1312
cacert,
1413
link-arguebase,
1514
}:
@@ -134,7 +133,7 @@ in
134133
inherit (callPackage pyproject-nix.build.util { }) mkApplication;
135134
pythonSet = baseSet.overrideScope (
136135
lib.composeManyExtensions [
137-
pyproject-build-systems.overlays.default
136+
pyproject-build-systems.overlays.wheel
138137
projectOverlay
139138
buildSystemOverlay
140139
packageOverlay

0 commit comments

Comments
 (0)