···2222 - made sure NixOS tests are [linked](https://nixos.org/manual/nixpkgs/unstable/#ssec-nixos-tests-linking) to the relevant packages
2323- [ ] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"`. Note: all changes have to be committed, also see [nixpkgs-review usage](https://github.com/Mic92/nixpkgs-review#usage)
2424- [ ] Tested basic functionality of all binary files (usually in `./result/bin/`)
2525-- [22.11 Release Notes (or backporting 21.11 Release notes)](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#generating-2211-release-notes)
2525+- [22.11 Release Notes (or backporting 22.05 Release notes)](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#generating-2211-release-notes)
2626 - [ ] (Package updates) Added a release notes entry if the change is major or breaking
2727 - [ ] (Module updates) Added a release notes entry if the change is significant
2828 - [ ] (Module addition) Added a release notes entry if adding a new NixOS module
+2-2
README.md
···5151system, [Hydra](https://hydra.nixos.org/).
52525353* [Continuous package builds for unstable/master](https://hydra.nixos.org/jobset/nixos/trunk-combined)
5454-* [Continuous package builds for the NixOS 21.11 release](https://hydra.nixos.org/jobset/nixos/release-21.11)
5454+* [Continuous package builds for the NixOS 22.05 release](https://hydra.nixos.org/jobset/nixos/release-22.05)
5555* [Tests for unstable/master](https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents)
5656-* [Tests for the NixOS 21.11 release](https://hydra.nixos.org/job/nixos/release-21.11/tested#tabs-constituents)
5656+* [Tests for the NixOS 22.05 release](https://hydra.nixos.org/job/nixos/release-22.05/tested#tabs-constituents)
57575858Artifacts successfully built with Hydra are published to cache at
5959https://cache.nixos.org/. When successful build and test criteria are
···615615 version of the <literal>xmonad</literal> module, which will
616616 break your configuration if you use <literal>launch</literal>
617617 as entrypoint. The example code the corresponding nixos module
618618- was adjusted, you way want to have a look at it.
618618+ was adjusted, you may want to have a look at it.
619619 </para>
620620 </listitem>
621621 <listitem>
+1-1
nixos/doc/manual/release-notes/rl-2205.section.md
···195195196196- The update of the haskell package set brings with it a new version of the `xmonad`
197197 module, which will break your configuration if you use `launch` as entrypoint. The
198198- example code the corresponding nixos module was adjusted, you way want to have a look at it.
198198+ example code the corresponding nixos module was adjusted, you may want to have a look at it.
199199200200- The `home-assistant` module now requires users that don't want their
201201 configuration to be managed declaratively to set
···6666 # Put all the providers we not longer support in this list.
6767 removed-providers =
6868 let
6969- archived = date: throw "the provider has been archived by upstream on ${date}";
7070- removed = date: throw "removed from nixpkgs on ${date}";
6969+ archived = name: date: throw "the ${name} terraform provider has been archived by upstream on ${date}";
7070+ removed = name: date: throw "the ${name} terraform provider removed from nixpkgs on ${date}";
7171 in
7272 lib.optionalAttrs config.allowAliases {
7373- opc = archived "2022/05";
7474- oraclepaas = archived "2022/05";
7575- template = archived "2022/05";
7373+ opc = archived "opc" "2022/05";
7474+ oraclepaas = archived "oraclepaas" "2022/05";
7575+ template = archived "template" "2022/05";
7676 };
77777878 # excluding aliases, used by terraform-full