readme: nixci is now on nixpkgs

This commit is contained in:
Sridhar Ratnakumar 2023-08-03 11:46:31 -04:00 committed by GitHub
parent 88a259d48e
commit 4d3e39313d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ The `dataDir` of these services tend to take *relative* paths, which are usually
## Contributing
- If you are adding a *new* service, see https://github.com/cachix/devenv/tree/main/src/modules/services for inspiration.
- When opening a PR, note that we do not have CI yet, so please run `nix run github:srid/nixci`[^cache] locally on your **NixOS** machine.
- When opening a PR, note that we do not have CI yet, so please run `nix run nixpkgs#nixci` locally on your **NixOS** machine.
- For contributing to docs, see https://zero-to-flakes.com/about#contributing
## Credits
@ -41,6 +41,3 @@ Thanks to [the devenv project](https://github.com/cachix/devenv/tree/main/src/mo
### Why not re-use devenv service modules?
This is currently not possible (nor prioritized by the devenv project), which is why we must create our own services. See https://github.com/cachix/devenv/issues/75
[^cache]: Run `nix run nixpkgs#cachix use srid` to make use of Nix cache for nixci.