mcumgr-client.updateScript: drop

This doesn't work.  I think it doesn't understand the Cargo.lock being
copied.  All it did for me when I ran it was update the version
number.
This commit is contained in:
Alyssa Ross 2024-08-06 21:27:30 +02:00
parent 9d67f432e2
commit eecd125eea

View File

@ -2,7 +2,6 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
pkg-config,
udev,
stdenv,
@ -24,8 +23,6 @@ rustPlatform.buildRustPackage rec {
lockFile = ./Cargo.lock;
};
passthru.updateScript = nix-update-script { };
postPatch = ''
ln -s ${./Cargo.lock} Cargo.lock
'';