diff --git a/README.md b/README.md index b36a657..a5df534 100644 --- a/README.md +++ b/README.md @@ -96,12 +96,6 @@ Then run `nix-build -A ` to test that it builds, and then use `docker load -i /nix/store/....tar.gz` to load and test the image. -## Related projects - -The [docker-library](https://github.com/docker-library/official-images#readme) -is an image set maintained by the Docker Inc. team and contain -officially-supported images. - ## User Feedback ### Issues @@ -122,6 +116,10 @@ them as fast as we can. ## Related projects +* The [docker-library](https://github.com/docker-library/official-images#readme) + is an image set maintained by the Docker Inc. team and contain + officially-supported images. + * [Nixery](https://nixery.dev/) is a pretty cool service that builds docker images from nixpkgs attributes on the fly.