From 805b8884caec07b5f0b75b51ab08018a0809054b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 4 Aug 2018 17:06:59 +0100 Subject: [PATCH] README.md: link to repository template cc @fgaz --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 789a18034..0aa3834a5 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ in { ## How to add your own repository. First create a repository that contains a `default.nix` in its top-level directory. +We also provide [repository template](https://github.com/nix-community/nur-packages-template) that contains +a prepared directory structure. DO NOT import packages for example `with import {};`. Instead take all dependency you want to import from Nixpkgs from the given `pkgs` argument.