Home

nur @main - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
tree log patch
README: add github actions documentation
Signature
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEPe4cVW4cPcVU9YdaAD8glkEbX5IFAl81A6EACgkQAD8glkEb X5JigxAAzGwgD6aY8FiJmlaen3YeyG7i5Ay0k74hScqkr7N7KtsfibJUUtpqj0qd re28AWOj5UPXZrOcL6LS7iJGvJ7qhq7tL+Yy2hu2dCiXChiEyg7NCCQCv9HOFalv hLk8aTRS/W0X6LIsqst3SbvyOAFEWPizEc13ET6Ks3S/PoLMLkyte17n4kfWeYo5 /z+oyPtXlQYKIkXucNj/3NnE4+9ab85wIXgfzXQR9HYJbw5moY/0Wn2vmDClg1OC iJJQ05+tU+IVKrBEUXgoPDcD/AxNkvQlXwpbMLaG0xOIlEIl01J/InpI9OJ6XzOI /16diFUOKrsnVNPRCCaOEwnPEWNjDvG+HCewx8CXuvUAzv8yqY66yyMcngv3mufo fxPlMIofdMexUfM2vl3k7U9rMIdkyNY6ks00VjUsnQk6HzBAQVoV0uT+oLsXrutx xI63opiWm/QAlaOo35d0GA1MtFsKYJIY0q95Irwb5LseFc2E2ooEzlm2FBnGqMjP HIfmPCOPkfw6Hvy/W6LkqdwQ14HXWxxlil3/dz2F9KwsFGA3wXQp07enYGli1iPz HPFOmF4xnWS8JOSpEPjcIsPskkufCEXlNDT4xCJh8BRVAjcTEzoZshROgS6a56jP 4pdNJALBudY4mSfAhZDlFJ4GE5Oej0rz5Jm8JwdHHEc8gIIQ1Bc= =XRxA -----END PGP SIGNATURE-----
Jörg Thalheim <joerg@thalheim.io>
4 years ago
1 changed files, 12 additions(+), 5 deletions(-)
M README.md -> README.md
diff --git a/README.md b/README.md
index e719544e5110e86096350842128190e26732fdd4..4416b96d1423758037fbef8a083b5ebe24acdcc0 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,12 @@    [default.nix](./default.nix)
    * Remember to mark the broken packages as `broken = true;` in the `meta`
      attribute, or travis (and consequently caching) will fail!
    * Library functions, modules and overlays go in the respective directories
-3. Add your NUR repo name and your cachix repo name (optional) to
+3. Choose your CI: Depending on your preference you can use github actions (recommended) or [Travis ci](https://travis-ci.com).
-# nur-packages-template
 
+1. Fork this repo
-4. Enable travis for your repo
+     to a random value as described in the file
-   * You can add a cron job in the repository settings on travis to keep your
+   - Travis ci: Change your NUR repo name and optionally your cachix repo name in 
-     cachix cache fresh
+   [.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
 5. Change your travis and cachix names on the README template section and delete
    the rest
 6. [Add yourself to NUR](https://github.com/nix-community/NUR#how-to-add-your-own-repository)
@@ -27,7 +27,14 @@
 **My personal [NUR](https://github.com/nix-community/NUR) repository**
 
 
+     attribute, or travis (and consequently caching) will fail!
+![Build and populate cache](https://github.com/nix-community/<YOU-GITHUB-USER>/workflows/Build%20and%20populate%20cache/badge.svg)
 
+<!--
+Uncomment this if you use travis:
+
+[![Build Status](https://travis-ci.com/<YOUR_TRAVIS_USERNAME>/nur-packages.svg?branch=master)](https://travis-ci.com/<YOUR_TRAVIS_USERNAME>/nur-packages)
+-->
 [![Cachix Cache](https://img.shields.io/badge/cachix-<YOUR_CACHIX_CACHE_NAME>-blue.svg)](https://<YOUR_CACHIX_CACHE_NAME>.cachix.org)