From 1c3303ccae48601ec3f9084e93c0e5c281183363 Mon Sep 17 00:00:00 2001 From: SoGreatAndPowerful Date: Sat, 18 Feb 2023 13:11:16 +0600 Subject: [PATCH 1/2] 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: From 712120f1cfaa3c4fce6343a30b8be309723bbb6c Mon Sep 17 00:00:00 2001 From: Elis Hirwing Date: Sun, 26 Feb 2023 08:24:08 +0100 Subject: [PATCH 2/2] add etu repository --- repos.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/repos.json b/repos.json index f7b0a8cc2..f3f65b4a6 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"