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: diff --git a/repos.json b/repos.json index 4b3c08d53..d5bf8eccf 100644 --- a/repos.json +++ b/repos.json @@ -276,6 +276,10 @@ "github-contact": "ethancedwards8", "url": "https://github.com/ethancedwards8/ethancedwards8-nur" }, + "etu": { + "github-contact": "etu", + "url": "https://github.com/etu/nur-packages" + }, "extends": { "github-contact": "ImExtends", "url": "https://github.com/ImExtends/nur-packages-template"