Skip to content

Commit 86cf949

Browse files
committed
use fetchCargoVendor
1 parent 55e42c3 commit 86cf949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/overrides.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pkgs: let
5555
'';
5656
});
5757
rpds-py = prev.rpds-py.overridePythonAttrs (old: {
58-
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
58+
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
5959
inherit (old) src;
6060
name = "${old.pname}-${old.version}";
6161
hash = "sha256-VOmMNEdKHrPKJzs+D735Y52y47MubPwLlfkvB7Glh14=";

modules/kernels/elm/overrides.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pkgs: let
2424
pypkgs-build-requirements)
2525
// {
2626
rpds-py = prev.rpds-py.overridePythonAttrs (old: {
27-
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
27+
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
2828
inherit (old) src;
2929
name = "${old.pname}-${old.version}";
3030
hash = "sha256-VOmMNEdKHrPKJzs+D735Y52y47MubPwLlfkvB7Glh14=";

0 commit comments

Comments
 (0)