From 1c3303ccae48601ec3f9084e93c0e5c281183363 Mon Sep 17 00:00:00 2001 From: SoGreatAndPowerful Date: Sat, 18 Feb 2023 13:11:16 +0600 Subject: [PATCH] README.md: fix typo, errror -> error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faf946e03..a0525bd8f 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ In your flake.nix add `nur.nixosModules.nur` to your module list: } ``` -You cannot use `config.nur` for importing NixOS modules from NUR as this will lead to infinite recursion errrors. +You cannot use `config.nur` for importing NixOS modules from NUR as this will lead to infinite recursion errors. Instead use: