+5
-6
README.md
+5
-6
README.md
···
13
3. Choose your CI: Depending on your preference you can use github actions (recommended) or [Travis ci](https://travis-ci.com).
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
to a random value as described in the file
16
-
- Travis ci: Change your NUR repo name and optionally your cachix repo name in
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
5. Change your travis and cachix names on the README template section and delete
19
the rest
···
21
22
## README template
23
24
-
# nur-packages
25
26
-
**My personal [NUR](https://github.com/nix-community/NUR) repository**
27
28
<!-- Remove this if you don't use github actions -->
29
-

30
31
<!--
32
Uncomment this if you use travis:
33
34
[](https://travis-ci.com/<YOUR_TRAVIS_USERNAME>/nur-packages)
35
-->
36
-
[](https://<YOUR_CACHIX_CACHE_NAME>.cachix.org)
37
-
···
13
3. Choose your CI: Depending on your preference you can use github actions (recommended) or [Travis ci](https://travis-ci.com).
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
to a random value as described in the file
16
+
- Travis ci: Change your NUR repo name and optionally your cachix repo name in
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
5. Change your travis and cachix names on the README template section and delete
19
the rest
···
21
22
## README template
23
24
+
# ATproto NUR
25
26
+
**ATproto [NUR](https://github.com/nix-community/NUR) repository**
27
28
<!-- Remove this if you don't use github actions -->
29
+

30
31
<!--
32
Uncomment this if you use travis:
33
34
[](https://travis-ci.com/<YOUR_TRAVIS_USERNAME>/nur-packages)
35
-->
36
+
[](https://atproto.cachix.org)