Skip to content

Commit

Permalink
mcumgr-client.updateScript: drop
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alyssais committed Aug 7, 2024
1 parent 9d67f43 commit eecd125
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/by-name/mc/mcumgr-client/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
pkg-config,
udev,
stdenv,
Expand All @@ -24,8 +23,6 @@ rustPlatform.buildRustPackage rec {
lockFile = ./Cargo.lock;
};

passthru.updateScript = nix-update-script { };

postPatch = ''
ln -s ${./Cargo.lock} Cargo.lock
'';
Expand Down

0 comments on commit eecd125

Please sign in to comment.