dotnet: remove with statements

This commit is contained in:
Philip Taron
2024-08-18 06:31:14 -07:00
parent 63b0551668
commit 418495c4f9
@@ -161,9 +161,7 @@ mkCommon type rec {
updateScript =
let
majorVersion =
with lib;
concatStringsSep "." (take 2 (splitVersion version));
majorVersion = lib.concatStringsSep "." (lib.take 2 (lib.splitVersion version));
in
writeShellScript "update-dotnet-${majorVersion}" ''
pushd pkgs/development/compilers/dotnet