README: link to nix run

This commit is contained in:
Jörg Thalheim 2023-09-13 11:30:14 +02:00
parent b6a44a25e5
commit 9b384a06bc

View File

@ -23,6 +23,12 @@ To get started, simply run:
$ nix-ci-build
```
or:
```
$ nix run github:Mic92/nix-ci-build
```
This command will concurrently evaluate and build the attributes `.#checks.$currentSystem`.
---