diff --git a/nixos/doc/manual/release-notes/release-notes.xml b/nixos/doc/manual/release-notes/release-notes.xml
index 231a3b4c2e2..a988a5b0199 100644
--- a/nixos/doc/manual/release-notes/release-notes.xml
+++ b/nixos/doc/manual/release-notes/release-notes.xml
@@ -7,9 +7,11 @@
Release Notes
-This section lists the release notes for each stable version of NixOS.
+This section lists the release notes for each stable version of NixOS
+and current unstable revision.
+
diff --git a/nixos/doc/manual/release-notes/rl-unstable.xml b/nixos/doc/manual/release-notes/rl-unstable.xml
new file mode 100644
index 00000000000..34ffe1d6d32
--- /dev/null
+++ b/nixos/doc/manual/release-notes/rl-unstable.xml
@@ -0,0 +1,41 @@
+
+
+Unstable revision
+
+In addition to numerous new and upgraded packages, this release has the following highlights:
+
+
+
+
+Following new services were added since the last release:
+
+
+
+
+When upgrading from a previous release, please be aware of the
+following incompatible changes:
+
+
+
+Steam now doesn't need root rights to work. Instead of using
+*-steam-chrootenv, you should now just run steam.
+steamChrootEnv package was renamed to steam,
+and old steam package -- to steamOriginal.
+
+
+CMPlayer has been renamed to bomi upstream. Package cmplayer
+was accordingly renamed to bomi
+
+
+
+
+
+
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 6b4ffa36505..8f3c0dd427a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -9638,7 +9638,6 @@ let
stdenv = overrideCC stdenv gcc49;
pulseSupport = config.pulseaudio or false;
};
- cmplayer = bomi;
cmus = callPackage ../applications/audio/cmus { };
@@ -12185,14 +12184,6 @@ let
steam = callPackage ../games/steam/chrootenv.nix { };
- steamChrootEnv = steam.overrideDerivation (args: {
- buildCommand = ''
- ${args.buildCommand}
- echo >&2 "'steamChrootEnv' is replaced with 'steam' now"
- echo >&2 "You now need just to run 'steam' without root rights"
- '';
- });
-
stuntrally = callPackage ../games/stuntrally { };
superTux = callPackage ../games/super-tux { };