diff options
author | Paul B <paul@bonaud.fr> | 2018-10-26 13:58:28 +0200 |
---|---|---|
committer | Paul B <paul@bonaud.fr> | 2018-10-26 13:58:28 +0200 |
commit | 9271ece745c3d5a0db1a4ddbe977ce437151ec3f (patch) | |
tree | 5afcd1e4ad99a1400d2bb4768a034c232a73e320 | |
parent | 08fdd151c70018a77b013a0545e4b29036859001 (diff) | |
download | docker-nix-9271ece745c3d5a0db1a4ddbe977ce437151ec3f.tar.gz docker-nix-9271ece745c3d5a0db1a4ddbe977ce437151ec3f.tar.zst docker-nix-9271ece745c3d5a0db1a4ddbe977ce437151ec3f.zip |
Update README.md with build and hub badges
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ | |||
1 | ## Nix package manager Docker Image | 1 | ## Nix package manager Docker Image |
2 | 2 | ||
3 | [![Build Status](https://travis-ci.com/fretlink/docker-nix.svg?branch=master)](https://travis-ci.com/fretlink/docker-nix) [![Docker Hub](https://img.shields.io/badge/docker-fretlink%2Fnix-blue.svg?style=flat)](https://registry.hub.docker.com/u/fretlink/nix/) | ||
4 | |||
3 | This image contains an installation of the [Nix package manager](https://nixos.org/nix/) installed as a single-user `nixuser`. | 5 | This image contains an installation of the [Nix package manager](https://nixos.org/nix/) installed as a single-user `nixuser`. |
4 | 6 | ||
5 | This is based on the unpublished Dockerfile of https://github.com/romcheck/nix. | 7 | This is based on the unpublished Dockerfile of https://github.com/romcheck/nix. |