attic-client: use fetchCargoVendor

This commit is contained in:
cy 2025-01-07 16:47:45 -05:00
parent b4047da3b4
commit 3d9376b735
2 changed files with 2 additions and 5584 deletions

File diff suppressed because it is too large Load Diff

View File

@ -39,10 +39,9 @@ rustPlatform.buildRustPackage {
]
);
cargoLock = {
lockFile = ./Cargo.lock;
};
cargoBuildFlags = lib.concatMapStrings (c: "-p ${c} ") crates;
cargoHash = "sha256-AbpWnYfBMrR6oOfy2LkQvIPYsClCWE89bJav+iHTtLM=";
useFetchCargoVendor = true;
ATTIC_DISTRIBUTOR = "nixpkgs";
NIX_INCLUDE_PATH = "${lib.getDev nix}/include";