treewide: remove unused rec

Auto-fix by nixf-diagnose.
This commit is contained in:
Wolfgang Walther
2025-10-05 10:49:12 +02:00
parent 6f066d934b
commit 90e7159c55
128 changed files with 230 additions and 231 deletions
@@ -37,7 +37,7 @@ let
or (throw "unsupported platform ${stdenv.hostPlatform.system}");
in
vscode-utils.buildVscodeMarketplaceExtension rec {
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = base // {
name = "python";
publisher = "ms-python";