From f01e5ddc498505e954341843f779a9fcac7eb8c8 Mon Sep 17 00:00:00 2001 From: Raphael Das Gupta Date: Sun, 7 Feb 2021 22:39:49 +0100 Subject: [PATCH] README.md: merge the 2 "Related projects" sections (#13) --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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.