···11-# nur-packages-template
22-33-**A template for [NUR](https://github.com/nix-community/NUR) repositories**
44-55-## Setup
66-77-1. Click on [Use this template](https://github.com/nix-community/nur-packages-template/generate) to start a repo based on this template. (Do _not_ fork it.)
88-2. Add your packages to the [pkgs](./pkgs) directory and to
99- [default.nix](./default.nix)
1010- * Remember to mark the broken packages as `broken = true;` in the `meta`
1111- attribute, or travis (and consequently caching) will fail!
1212- * Library functions, modules and overlays go in the respective directories
1313-3. Choose your CI: Depending on your preference you can use github actions (recommended) or [Travis ci](https://travis-ci.com).
1414- - 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
1515- to a random value as described in the file
1616- - Travis ci: Change your NUR repo name and optionally your cachix repo name in
1717- [.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
1818-5. Change your travis and cachix names on the README template section and delete
1919- the rest
2020-6. [Add yourself to NUR](https://github.com/nix-community/NUR#how-to-add-your-own-repository)
2121-2222-## README template
2323-241# ATproto NUR
2522626-**ATproto [NUR](https://github.com/nix-community/NUR) repository**
2727-2828-<!-- Remove this if you don't use github actions -->
2929-
33+Nix User Repository for ATproto Services and Tools
3043131-<!--
3232-Uncomment this if you use travis:
55+Development is primarily done on [Tangled](https://tangled.org) at [@atproto-nix.org/nur](tangled.sh/@atproto-nix.org/nur) with a Github [mirror](https://github.com/atproto-nix/nur).
3363434-[](https://travis-ci.com/<YOUR_TRAVIS_USERNAME>/nur-packages)
3535--->
367[](https://atproto.cachix.org)