fractal-nixified: pin serde_derive at 1.0.171 to overcome build failure

https://discourse.nixos.org/t/errors-using-serde-derive-with-buildrustcrate/31398
This commit is contained in:
Colin 2023-09-30 04:44:49 +00:00
parent 832ca52ccf
commit d26fa5bec1
2 changed files with 644 additions and 724 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,6 +25,13 @@ let
hash = "sha256-z6uURqMG5pT8rXZCv5IzTjXxtt/f4KUeCDSgk90aWdo=";
};
};
# js_int = attrs: attrs // {
# features = attrs.features ++ [ "serde" "std" ];
# };
# serde_derive = attrs: attrs // {
# crateName = "serde_derive-x86_64-unknown-linux-gnu";
# sha256 = "";
# };
};
# defaultCrateOverrides = pkgs.defaultCrateOverrides // {
# js_int = attrs: attrs // {