From cb6f0e07ff67d4f31f984be60a09761801c4e094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 13 Aug 2018 15:25:56 +0200 Subject: [PATCH] README.md: mention page search --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 74bc14a98..68245de68 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,13 @@ in { } ``` +## Finding packages + +At the moment we do not have a dedicated package search available. However our +[nur-channel](https://github.com/nix-community/nur-channel) that contains all +nix expressions from all users can be search via +[github](https://github.com/nix-community/nur-channel/search). + ## How to add your own repository. First create a repository that contains a `default.nix` in its top-level directory.