From e4837a3600f61b8c91b1eb97eefd9433cfe49ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 6 Jul 2020 12:39:18 +0100 Subject: [PATCH] add nur to registry [NUR](https://github.com/nix-community/NUR) is a meta-repository of packages/NixOS modules/overlays/home-manager modules. We currently have 106 different repositories. At the moment we only expose packages via an overlay in our nix flake: https://github.com/nix-community/NUR/#flake-support Each user has its own namespace in NUR. Expressions are only reviewed coarse grained so users are advised to verify the used user repository directly. NUR performs evaluation updates against each repository before updating the reference in the repo NUR metadata. User repositories are imported via fetchzip with checksum so pure evaluation with flakes works. We also provide a package search here for discoverability: https://nur.nix-community.org/ In future we might explore different approaches to expose NUR via flakes, however given that nix flakes will stay experimental for a while, this can take some time. --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index 0545061..e518cea 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -81,6 +81,17 @@ "type": "github" } }, + { + "from": { + "id": "nur", + "type": "indirect" + }, + "to": { + "owner": "nix-community", + "repo": "NUR", + "type": "github" + } + }, { "_comment": "Remove this soon (20200210)", "from": {