nix/backend: import cargo.lock directly

This commit is contained in:
Johannes Jöns 2024-07-06 09:14:14 +02:00
parent 77abf8811a
commit 264ce36286

View file

@ -10,7 +10,9 @@ rustPlatform.buildRustPackage rec {
src = ../.;
cargoHash = "sha256-NRrWWD3e2zm4rVYyCPm3vQhPDRkVMauTnoENwRucXcw=";
cargoLock = {
lockFile = ../Cargo.lock;
};
meta = with lib; {
platforms = lib.platforms.all;