From eecd125eeab7a1ce44277e6b3020aa39cd818f1b Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 6 Aug 2024 21:27:30 +0200 Subject: [PATCH] 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. --- pkgs/by-name/mc/mcumgr-client/package.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/by-name/mc/mcumgr-client/package.nix b/pkgs/by-name/mc/mcumgr-client/package.nix index d80bb6231ec1..5fa45ca23af6 100644 --- a/pkgs/by-name/mc/mcumgr-client/package.nix +++ b/pkgs/by-name/mc/mcumgr-client/package.nix @@ -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 '';