···232232 <link linkend="opt-services.nats.enable">services.nats</link>.
233233 </para>
234234 </listitem>
235235+ <listitem>
236236+ <para>
237237+ <link xlink:href="https://git-scm.com">git</link>, a
238238+ distributed version control system. Available as
239239+ <link xlink:href="options.html#opt-programs.git.enable">programs.git</link>.
240240+ </para>
241241+ </listitem>
235242 </itemizedlist>
236243 </section>
237244 <section xml:id="sec-release-21.11-incompatibilities">
+2
nixos/doc/manual/release-notes/rl-2111.section.md
···71717272- [nats](https://nats.io/), a high performance cloud and edge messaging system. Available as [services.nats](#opt-services.nats.enable).
73737474+- [git](https://git-scm.com), a distributed version control system. Available as [programs.git](options.html#opt-programs.git.enable).
7575+7476## Backward Incompatibilities {#sec-release-21.11-incompatibilities}
75777678
···55 /* Do not use "dev" as a version. If you do, Tilt will consider itself
66 running in development environment and try to serve assets from the
77 source tree, which is not there once build completes. */
88- version = "0.20.5";
88+ version = "0.22.4";
991010 src = fetchFromGitHub {
1111 owner = "tilt-dev";
1212 repo = pname;
1313 rev = "v${version}";
1414- sha256 = "sha256-pUKKHrShED7yp5WSmHSbS+eiYs22Nm2/ouc2a8WYc38=";
1414+ sha256 = "sha256-bu8U3eJc10tnQhLLX0FwDrlTUVpjZBW7V4gbc/tBTBU=";
1515 };
1616 vendorSha256 = null;
1717
···11+{ stdenvNoCC }:
22+33+args:
44+55+# This is a wrapper around `substitute` in the stdenv.
66+# The `replacements` attribute should be a list of list of arguments
77+# to `substitute`, such as `[ "--replace" "sourcetext" "replacementtext" ]`
88+stdenvNoCC.mkDerivation ({
99+ name = if args ? name then args.name else baseNameOf (toString args.src);
1010+ builder = ./substitute.sh;
1111+ inherit (args) src;
1212+ preferLocalBuild = true;
1313+ allowSubstitutes = false;
1414+} // args // { replacements = args.replacements; })
+18
pkgs/build-support/substitute/substitute.sh
···11+source $stdenv/setup
22+33+args=
44+55+target=$out
66+if test -n "$dir"; then
77+ target=$out/$dir/$name
88+ mkdir -p $out/$dir
99+fi
1010+1111+substitute $src $target $replacements
1212+1313+if test -n "$isExecutable"; then
1414+ chmod +x $target
1515+fi
1616+1717+eval "$postInstall"
1818+
···11diff --git a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
22-index 51017f2..46654ab 100644
22+index 3c0e1b94..e995a20f 100644
33--- a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
44+++ b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
55-@@ -398,7 +398,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
55+@@ -399,7 +399,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
66 is_debug = 0
77 # Note that the space in the beginning of each line in the multi-line is important!
88 cmd = [
···304304 passthru = {
305305 inherit cudaSupport;
306306 cudaArchList = final_cudaArchList;
307307+ # At least for 1.9.0 `torch.fft` is unavailable unless BLAS provider is MKL. This attribute allows for easy detection of its availability.
308308+ blasProvider = blas.provider;
307309 };
308310309311 meta = with lib; {
···946946 truecrypt = veracrypt; # added 2018-10-24
947947 tshark = wireshark-cli; # added 2018-04-25
948948 tuijam = throw "tuijam has been removed because Google Play Music was discontinued"; # added 2021-03-07
949949- turbo-geth = throw "turbo-geth has been renamed to erigon"; # added 20201-08-08
949949+ turbo-geth = throw "turbo-geth has been renamed to erigon"; # added 2021-08-08
950950+ typora = throw "Newer versions of typora use anti-user encryption and refuse to start. As such it has been removed."; # added 2021-09-11
950951 uberwriter = apostrophe; # added 2020-04-23
951952 ubootBeagleboneBlack = ubootAmx335xEVM; # added 2020-01-21
952953 ucsFonts = ucs-fonts; # added 2016-07-15