From ace757665e84f690eb7c70ee1e0b2d4898b5696d Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 11 Jun 2026 17:58:55 +0200 Subject: [PATCH] Fix typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 81d09f8..245c1bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -156,7 +156,7 @@ `nix.daemonIONice` was renamed to `nix.daemonIOLowPriority`, and `nix.daemonNiceLevel` was removed in favor a new option - `nix.nix.daemonProcessType`. + `nix.daemonProcessType`. 2021-01-16 - Added `homebrew` module, to manage formulas installed by Homebrew via `brew bundle`.