From 1b0fdb915ca065d4e17c345badc5493b8b45865c Mon Sep 17 00:00:00 2001 From: Jay Rovacsek Date: Wed, 4 Jan 2023 16:58:54 +1100 Subject: [PATCH 1/3] Resolve incorrect username --- repos.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repos.json b/repos.json index 64ba60743..752ffd3b4 100644 --- a/repos.json +++ b/repos.json @@ -384,9 +384,9 @@ "github-contact": "jakobrs", "url": "https://github.com/jakobrs/nur-packages" }, - "jayrovacsek": { - "github-contact": "jayrovacsek", - "url": "https://github.com/jayrovacsek/nur-packages" + "JayRovacsek": { + "github-contact": "JayRovacsek", + "url": "https://github.com/JayRovacsek/nur-packages" }, "jbarthelmes": { "github-contact": "jbarthelmes", @@ -990,4 +990,4 @@ "url": "https://github.com/zsien/nur-packages" } } -} +} \ No newline at end of file From 9461d0c1e223e56f4f1ee0ca8652fef19477e4c9 Mon Sep 17 00:00:00 2001 From: Jay Rovacsek Date: Wed, 4 Jan 2023 16:59:47 +1100 Subject: [PATCH 2/3] Run format-manifest --- repos.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/repos.json b/repos.json index 752ffd3b4..d638f121e 100644 --- a/repos.json +++ b/repos.json @@ -13,6 +13,10 @@ "type": "gitlab", "url": "https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/18-19/19/code" }, + "JayRovacsek": { + "github-contact": "JayRovacsek", + "url": "https://github.com/JayRovacsek/nur-packages" + }, "ProducerMatt": { "github-contact": "ProducerMatt", "url": "https://github.com/ProducerMatt/my-nur-pkgs" @@ -384,10 +388,6 @@ "github-contact": "jakobrs", "url": "https://github.com/jakobrs/nur-packages" }, - "JayRovacsek": { - "github-contact": "JayRovacsek", - "url": "https://github.com/JayRovacsek/nur-packages" - }, "jbarthelmes": { "github-contact": "jbarthelmes", "url": "https://github.com/jbarthelmes/nur-packages" @@ -990,4 +990,4 @@ "url": "https://github.com/zsien/nur-packages" } } -} \ No newline at end of file +} From 83e1bc5ca2029a7d662c21872ca2311c8bf44411 Mon Sep 17 00:00:00 2001 From: Jay Rovacsek Date: Wed, 4 Jan 2023 20:37:17 +1100 Subject: [PATCH 3/3] Utilise file option to avoid excessive nixpkgs loading & rename repo --- repos.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos.json b/repos.json index d638f121e..1227385a9 100644 --- a/repos.json +++ b/repos.json @@ -14,8 +14,9 @@ "url": "https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/18-19/19/code" }, "JayRovacsek": { + "file": "pkgs/default.nix", "github-contact": "JayRovacsek", - "url": "https://github.com/JayRovacsek/nur-packages" + "url": "https://github.com/JayRovacsek/nix-packages" }, "ProducerMatt": { "github-contact": "ProducerMatt",