summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2111.section.md
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-11-12 21:08:14 +0200
committerGitHub <noreply@github.com>2021-11-12 21:08:14 +0200
commit4e61e1242c091246e008ff104e82f0901a37b9ca (patch)
tree54b1ac5cbf5ecf0af0d31a76844b9fac90788b3d /nixos/doc/manual/release-notes/rl-2111.section.md
parent3abdeae008185f99e31588b70261bb9b10b00a4c (diff)
parent8743e81cd309a65235c22bdcb5d23aa097cbc7b1 (diff)
downloadnixpkgs-4e61e1242c091246e008ff104e82f0901a37b9ca.tar
nixpkgs-4e61e1242c091246e008ff104e82f0901a37b9ca.tar.gz
nixpkgs-4e61e1242c091246e008ff104e82f0901a37b9ca.tar.bz2
nixpkgs-4e61e1242c091246e008ff104e82f0901a37b9ca.tar.lz
nixpkgs-4e61e1242c091246e008ff104e82f0901a37b9ca.tar.xz
nixpkgs-4e61e1242c091246e008ff104e82f0901a37b9ca.tar.zst
nixpkgs-4e61e1242c091246e008ff104e82f0901a37b9ca.zip
Merge pull request #144933 from Artturin/ananicyinit
ananicy: init at unstable-2021-11-05
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2111.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index d8807e85a68..d4ff576fecf 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -139,6 +139,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - [xmrig](https://github.com/xmrig/xmrig), a high performance, open source, cross platform RandomX, KawPow, CryptoNight and AstroBWT unified CPU/GPU miner and RandomX benchmark.
 
+- Auto nice daemons [ananicy](https://github.com/Nefelim4ag/Ananicy) and [ananicy-cpp](https://gitlab.com/ananicy-cpp/ananicy-cpp/). Available as [services.ananicy](#opt-services.ananicy.enable).
+
 ## Backward Incompatibilities {#sec-release-21.11-incompatibilities}
 
 - The NixOS VM test framework, `pkgs.nixosTest`/`make-test-python.nix`, now requires detaching commands such as `succeed("foo &")` and `succeed("foo | xclip -i")` to close stdout.