unblob: use the default nix-updates-script to handle cargoDeps hash update
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user