nix/backend: import cargo.lock directly
This commit is contained in:
parent
77abf8811a
commit
264ce36286
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
src = ../.;
|
src = ../.;
|
||||||
|
|
||||||
cargoHash = "sha256-NRrWWD3e2zm4rVYyCPm3vQhPDRkVMauTnoENwRucXcw=";
|
cargoLock = {
|
||||||
|
lockFile = ../Cargo.lock;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
|
|
Loading…
Reference in a new issue