···22 </listitem>
23 <listitem>
24 <para>
00000025 <literal>python3</literal> now defaults to Python 3.9, updated
26 from Python 3.8.
27 </para>
···22 </listitem>
23 <listitem>
24 <para>
25+ kOps now defaults to 1.21.0, which uses containerd as the
26+ default runtime.
27+ </para>
28+ </listitem>
29+ <listitem>
30+ <para>
31 <literal>python3</literal> now defaults to Python 3.9, updated
32 from Python 3.8.
33 </para>
+1
nixos/doc/manual/release-notes/rl-2111.section.md
···7## Highlights {#sec-release-21.11-highlights}
89- PHP now defaults to PHP 8.0, updated from 7.4.
01011- `python3` now defaults to Python 3.9, updated from Python 3.8.
12
···7## Highlights {#sec-release-21.11-highlights}
89- PHP now defaults to PHP 8.0, updated from 7.4.
10+- kOps now defaults to 1.21.0, which uses containerd as the default runtime.
1112- `python3` now defaults to Python 3.9, updated from Python 3.8.
13
···323 HTTP username
324 '';
325 };
326+ password = mkOpt types.str "HTTP password";
327+ password_file = mkOpt types.str "HTTP password file";
0000328 };
329 }) ''
330+ Sets the `Authorization` header on every scrape request with the
331+ configured username and password.
332+ password and password_file are mutually exclusive.
333 '';
334335 bearer_token = mkOpt types.str ''
+1
pkgs/applications/editors/neovim/default.nix
···131 - Improve extensibility with a new plugin architecture
132 '';
133 homepage = "https://www.neovim.io";
0134 # "Contributions committed before b17d96 by authors who did not sign the
135 # Contributor License Agreement (CLA) remain under the Vim license.
136 # Contributions committed after b17d96 are licensed under Apache 2.0 unless
···131 - Improve extensibility with a new plugin architecture
132 '';
133 homepage = "https://www.neovim.io";
134+ mainProgram = "nvim";
135 # "Contributions committed before b17d96 by authors who did not sign the
136 # Contributor License Agreement (CLA) remain under the Vim license.
137 # Contributions committed after b17d96 are licensed under Apache 2.0 unless
-1
pkgs/applications/editors/neovim/wrapper.nix
···131 hydraPlatforms = [];
132 # prefer wrapper over the package
133 priority = (neovim.meta.priority or 0) - 1;
134- mainProgram = "nvim";
135 };
136 };
137in
···131 hydraPlatforms = [];
132 # prefer wrapper over the package
133 priority = (neovim.meta.priority or 0) - 1;
0134 };
135 };
136in