mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
uniffi-bindgen: use cargoLock.lockFile
This commit is contained in:
parent
a070b2e873
commit
e2759f1b17
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
hash = "sha256-A6Zd1jfhoR4yW2lT5qYE3vJTpiJc94pK/XQmfE2QLFc=";
|
hash = "sha256-A6Zd1jfhoR4yW2lT5qYE3vJTpiJc94pK/XQmfE2QLFc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock.lockFileContents = builtins.readFile ./Cargo.lock;
|
cargoLock.lockFile = ./Cargo.lock;
|
||||||
|
|
||||||
cargoBuildFlags = [ "-p uniffi_bindgen" ];
|
cargoBuildFlags = [ "-p uniffi_bindgen" ];
|
||||||
cargoTestFlags = [ "-p uniffi_bindgen" ];
|
cargoTestFlags = [ "-p uniffi_bindgen" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user