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