unblob: use the default nix-updates-script to handle cargoDeps hash update

This commit is contained in:
László Vaskó
2026-03-31 09:48:44 +02:00
parent a6154a266f
commit e593363949
-2
View File
@@ -3,7 +3,6 @@
libiconv,
python3,
fetchFromGitHub,
gitUpdater,
makeWrapper,
rustPlatform,
stdenvNoCC,
@@ -131,7 +130,6 @@ python3.pkgs.buildPythonApplication rec {
];
passthru = {
updateScript = gitUpdater { };
# helpful to easily add these to a nix-shell environment
inherit runtimeDeps;
};