We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4882101 commit 415cd7aCopy full SHA for 415cd7a
pkgs/derivations/zuban.nix
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
25
26
postInstall = ''
27
mkdir -p $out/${python3.sitePackages}/zuban
28
- cp -r typeshed $out/${python3.sitePackages}/zuban/typeshed
+ cp -r third_party $out/${python3.sitePackages}/zuban/
29
'';
30
31
passthru.updateScript = nix-update-script { };
0 commit comments