From a2ce4f25fe082bf3d53c5ba92710d05bddf3ade5 Mon Sep 17 00:00:00 2001 From: Nikita Uvarov Date: Sun, 1 Oct 2017 12:44:06 +0200 Subject: [PATCH] 17.09 release notes: fix typo --- nixos/doc/manual/release-notes/rl-1709.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/release-notes/rl-1709.xml b/nixos/doc/manual/release-notes/rl-1709.xml index 4e4b0178a088..66f7b01db72a 100644 --- a/nixos/doc/manual/release-notes/rl-1709.xml +++ b/nixos/doc/manual/release-notes/rl-1709.xml @@ -534,7 +534,7 @@ FLUSH PRIVILEGES; Nixpkgs overlays may now be specified with a file as well as a directory. The value of <nixpkgs-overlays> may be a file, and ~/.config/nixpkgs/overlays.nix can be used instead of the - ~/.config/nixpkgs/overalys directory. + ~/.config/nixpkgs/overlays directory. See the overlays chapter of the Nixpkgs manual for more details.