ATproto Nix User Repo

added cachix url

Changed files
+5 -6
+5 -6
README.md
··· 13 13 3. Choose your CI: Depending on your preference you can use github actions (recommended) or [Travis ci](https://travis-ci.com). 14 14 - Github actions: Change your NUR repo name and optionally add a cachix name in [.github/workflows/build.yml](./.github/workflows/build.yml) and change the cron timer 15 15 to a random value as described in the file 16 - - Travis ci: Change your NUR repo name and optionally your cachix repo name in 16 + - Travis ci: Change your NUR repo name and optionally your cachix repo name in 17 17 [.travis.yml](./.travis.yml). Than enable travis in your repo. You can add a cron job in the repository settings on travis to keep your cachix cache fresh 18 18 5. Change your travis and cachix names on the README template section and delete 19 19 the rest ··· 21 21 22 22 ## README template 23 23 24 - # nur-packages 24 + # ATproto NUR 25 25 26 - **My personal [NUR](https://github.com/nix-community/NUR) repository** 26 + **ATproto [NUR](https://github.com/nix-community/NUR) repository** 27 27 28 28 <!-- Remove this if you don't use github actions --> 29 - ![Build and populate cache](https://github.com/<YOUR-GITHUB-USER>/nur-packages/workflows/Build%20and%20populate%20cache/badge.svg) 29 + ![Build and populate cache](https://github.com/atproto-nix/nur-packages/workflows/Build%20and%20populate%20cache/badge.svg) 30 30 31 31 <!-- 32 32 Uncomment this if you use travis: 33 33 34 34 [![Build Status](https://travis-ci.com/<YOUR_TRAVIS_USERNAME>/nur-packages.svg?branch=master)](https://travis-ci.com/<YOUR_TRAVIS_USERNAME>/nur-packages) 35 35 --> 36 - [![Cachix Cache](https://img.shields.io/badge/cachix-<YOUR_CACHIX_CACHE_NAME>-blue.svg)](https://<YOUR_CACHIX_CACHE_NAME>.cachix.org) 37 - 36 + [![Cachix Cache](https://img.shields.io/badge/cachix-atproto-blue.svg)](https://atproto.cachix.org)